Update Campaign Status
Update the status of a campaign.
Method: PUT
Endpoint:Â
/omni/campaign/{campaign_id}/status/{status}
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Status options
0 = NotRunning
1 = Running
2 = Paused
The campaign status can only move from a "NotRunning" state to a "Paused " and then from a "Paused " to "Running". The campaign cannot go from "NotRunning" to "Running". The campaign status can change from either "Paused" or "Running" to "NotRunning".