Skip to main content
PATCH
Update Campaign Status

Authorizations

Authorization
string
header
required

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

Path Parameters

campaign_id
string
required

Global ID of the campaign. Required.

Example:

"Vm9pY2VDYW1wYWlnbjoxMjM="

Body

application/json

New campaign status

status
enum<string>
required

New campaign status. Required.

Available options:
DRAFT,
SCHEDULED,
ACTIVE,
PAUSED,
ENDED
Example:

"ACTIVE"

Response

Campaign status updated successfully. Returns success flag and confirmation message.

success
boolean
Example:

true

message
string
Example:

"Campaign status updated successfully"