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

Authorizations

Authorization
string
header
required

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

Response

200
application/json

CampaignStopperData

The response is of type object.