GET
/
campaign
/
resume
/
{id}
curl --request GET \
  --url http://sandbox.mintlify.com/campaign/resume/{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 resume

Response

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