POST
/
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.

Body

application/json

Details of the new campaign to be created

The body is of type object.

Response

201
application/json

Campaign created successfully

The response is of type object.