POST
/
v3
/
campaigns
/
{id}
/
pause
curl --request POST \
  --url https://api4.kinbox.com.br/v3/campaigns/{id}/pause \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

201 - application/json

The response is of type object.