cURL
curl --request POST \ --url https://api.example.com/api/v1/campaign/resume/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "campaign_uid": "<string>" } '
{ "message": "<string>" }
Resumes the given paused campaign.
Enter your API key in the format: X-Api-Key <your_key>
Success