cURL
curl --request POST \ --url https://api.breakcold.com/lead/{id_lead}/track \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "id_space": "<string>" }'
{ "id_lead": "123", "status": "tracking" }
The ID of the lead to track.
The space ID. Required unless X-API-KEY is provided in the header.
Lead tracked successfully
The response is of type any.
any