GET
/
campaign
/
pause
/
{id}
curl --request GET \
  --url http://sandbox.mintlify.com/campaign/pause/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "message": "<string>",
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of campaign to pause

Response

200 - application/json
Campaign paused
status
enum<string>
Available options:
ok,
error
message
string
data
string