POST
/
campaigns
/
{campaign_id}
/
stop
curl --request POST \
  --url https://api.charp.ai/campaigns/{campaign_id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "campaign_id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Path Parameters

campaign_id
string
required

Unique identifier of the campaign

Response

200
application/json

Campaign stopped successfully

The response is of type object.