List Campaigns
List your custom campaigns with their type, sfdcCampaignId, and member count. Only custom campaigns are exposed by this API; webinars and blasts are not returned. Archived campaigns are excluded. Member statuses are not included here; fetch them as type.statuses from GET /v2/campaigns/{campaignId}.
Results are paginated with an opaque cursor returned as pagination.nextCursor. Pass it back as the cursor query parameter to fetch the next page.
Authorizations
Your Conversion API key. Found in Settings > Integrations in the dashboard. Format: sk_live_<key_id>_<secret>.
Query Parameters
The maximum number of campaigns to return per page. Values outside [1, 100] are clamped rather than rejected.
1 <= x <= 100The opaque pagination cursor returned as pagination.nextCursor by a previous call. Omit to fetch the first page. An invalid or malformed cursor returns an invalid_cursor error.