POST
/
v1
/
voice
/
post-processing
/
campaign-stopper
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/voice/post-processing/campaign-stopper \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "enabled": false,
  "prompt": "<string>"
}'
{
  "data": {
    "enabled": false,
    "prompt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

CampaignStopperDataRequest

The body is of type object.

Response

200
application/json

CampaignStopperData

The response is of type object.