cURL
curl --request POST \ --url https://api.example.com/api/v1/campaign/pause/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "campaign_uid": "<string>" } '
{ "message": "<string>" }
Pauses the given running campaign. Paused campaigns can be resumed later using /campaign/resume api.
/campaign/resume
Enter your API key in the format: X-Api-Key <your_key>
Success