GET
/
campaigns
/
{id}
{
  "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.

Path Parameters

id
string
required

Unique identifier of the campaign

Response

200
application/json

Campaign details retrieved successfully

The response is of type object.