Campaigns
Pause a campaign
Queues a pause task and returns immediately — the campaign is not immediately paused. Poll GET /campaign/{id} and watch for status: "paused".
post/campaign/{id}/pause
Path parameters
idstring required
The ID of the campaign
Response
Pause task queued successfully
Example response
{
"status": true
}