POST
/
leads
/
track
curl --request POST \
  --url https://api.breakcold.com/leads/track \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "leads_ids": [
    "lead_1",
    "lead_2"
  ],
  "all_leads": false,
  "filter": {},
  "remove_tracking": false
}'
{}

Authorizations

X-API-KEY
string
header
required

Query Parameters

id_space
string

The space ID is required unless the 'X-API-KEY' is provided in the header.

Body

application/json · any
Lead tracking information.

The body is of type any.

Response

200
application/json
Leads tracking toggled successfully.

The response is of type any.