Update Campaign Status
Campaigns
Update Campaign Status
Updates the status of a campaign to one of the allowed values.
Authentication
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
PATCH
Update Campaign Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Global ID of the campaign. Required.
Example:
"Vm9pY2VDYW1wYWlnbjoxMjM="
Body
application/json
New campaign status
New campaign status. Required.
Available options:
DRAFT, SCHEDULED, ACTIVE, PAUSED, ENDED Example:
"ACTIVE"

