curl --request POST \
--url https://api.breakcold.com/rest/leads/{id_lead}/connect \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"id_lead_2": "<string>"
}
'"<string>"id_lead need to be the company ID, id_lead_2 is the lead ID
curl --request POST \
--url https://api.breakcold.com/rest/leads/{id_lead}/connect \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"id_lead_2": "<string>"
}
'"<string>"Documentation Index
Fetch the complete documentation index at: https://developer.breakcold.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?