Skip to main content
POST
Pause a campaign
Stops new dials. Calls already in flight complete normally. Allowed only from running.
Authentication required
  • X-Auth-ID — your Vobiz account ID
  • X-Auth-Token — your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in X-Auth-ID.
string
required
Your Vobiz account ID, for example MA_XXXXXXXX.
string
required
The campaign to pause. It must be running.

Example

cURL
A manual pause sets paused_reason to manual_pause and sends the campaign.paused webhook when notify_url is configured. It requires an explicit resume — it will not restart on its own.

Lifecycle

Invalid transitions return 409 Conflict. Control endpoints take no request body.