GET
/
campaigns
[
  {
    "id": "<string>",
    "name": "<string>",
    "status": "scheduled"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
List of campaigns retrieved successfully
id
string
required

Unique identifier for the campaign

name
string
required

Name of the campaign

status
enum<string>
required

Current status of the campaign

Available options:
scheduled,
launched,
paused,
completed