cURL
curl --request GET \ --url https://api.callab.ai/v1/campaigns/status/resume/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>", "data": "<string>" }
Resumes a paused campaign by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of campaign to resume
Campaign resumed
The response is of type object.
object
Was this page helpful?