POST
/
v1
/
campaigns
/
{campaign_id}
/
stop

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

campaign_id
string
required

The unique identifier for the campaign to be stopped.

Response

status
string

Status of the request.

message
string

Confirms the request was successful, or provides an error message if the request failed.

num_calls
number

Number of calls stopped in the campaign.

campaign_id
string

Confirms the ID of the campaign being stopped.