English
cURL
curl --request POST \ --url https://app.robocallz.ai/user/campaigns/update-status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "campaign_id": 123, "action": "start" }'
{ "message": "Campaign started successfully", "success": true, "data": { "campaign_id": 123, "status": "in-progress" } }
Start or stop a campaign in the Robocallz system
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Campaign status updated successfully
The response is of type object.
object