Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

page_size
integer

Number of items per page (1-100).

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

Token to fetch the next page of results, if available.

Response

Campaigns listing response

status
enum<string>
Available options:
success,
error
Example:

"success"

data
object