Skip to main content
GET
List campaigns

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Pagination cursor from a previous response

limit
integer
default:50

Maximum number of campaigns to return per page

Required range: 1 <= x <= 100
Example:

50

status
enum<string>

Filter campaigns by lifecycle status

Available options:
draft,
active,
paused,
completed

Response

200 - application/json

OK

data
object[]
required
nextCursor
string | null
required

Cursor to fetch the next page. Null if there are no more results.