cURL
curl --request POST \ --url https://app.autocalls.ai/api/user/campaigns/update-status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "campaign_id": 123, "action": "<string>" }'
{ "message": "<string>", "success": true, "data": { "campaign_id": 123, "status": "<string>" } }
Start or stop a campaign in the Autocalls system
Show data properties