POST
/
leads
/
{id_lead}
/
connect
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>"

Authorizations

X-API-KEY
string
header
required

Path Parameters

id_lead
string
required

Body

application/json
id_lead_2
string
required

Response

200
application/json
Successful response

The response is of type string.