POST
/
leads
/
{id}
/
track
curl --request POST \
  --url https://api.breakcold.com/rest/leads/{id}/track \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "remove_tracking": true
}'
"<string>"

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Body

application/json
remove_tracking
boolean

Response

200
application/json
Successful response

The response is of type string.