Stop campaign
curl --request POST \ --url https://api.charp.ai/campaigns/{campaign_id}/stop \ --header 'Authorization: Bearer <token>'
{ "campaign_id": "<string>", "status": "<string>" }
Bearer token authentication using OAuth2 access token
Unique identifier of the campaign
Campaign stopped successfully
The response is of type object.
object