List / Find Campaigns
Returns a paginated list of all campaigns belonging to your organization family. Use this endpoint to sync campaign records into an external system or to look up campaigns by name. You can scope results to specific organizations using the org_slug filter, or narrow by creation and update timestamps to retrieve only recently changed records.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (if paging results).
One or more org slugs (comma separated) campaigns should belong to.
The campaign name, or part of a name, to search for.
Date the campaign was created on or before.
Date the campaign was created on or after
Date the campaign was updated on or before.
Date the campaign was updated on or after
Response
Returns the paginated list of campaigns for your organization family. The response includes pagination links and meta fields to navigate additional pages.