Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Successful response
The response is of type string.
string
Was this page helpful?