cURL
curl --request POST \ --url https://api.tryhamsa.com/v1/voice-agents/campaigns/{id}/resume \ --header 'Authorization: <api-key>'
{ "success": true, "message": "Operation completed successfully", "messageKey": "OPERATION_SUCCESSFUL" }
Resumes a previously paused campaign.
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
UUID of the campaign.
"a8f7656f-098b-4c43-b165-7cfd2cc8ac50"
Successful response
true
"Operation completed successfully"
"OPERATION_SUCCESSFUL"
Was this page helpful?