cURL
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 }'
{}
The space ID is required unless the 'X-API-KEY' is provided in the header.
Lead tracking information.
The body is of type any.
any
Leads tracking toggled successfully.
The response is of type any.