Skip to main content
GET
List Campaigns

Authorizations

X-API-Key
string
header
required

Your Conversion API key. Found in Settings > Integrations in the dashboard. Format: sk_live_<key_id>_<secret>.

Query Parameters

limit
integer
default:50

The maximum number of campaigns to return per page. Values outside [1, 100] are clamped rather than rejected.

Required range: 1 <= x <= 100
cursor
string

The 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.

Response

Campaigns retrieved successfully.

data
object
pagination
object