v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Linking incoming leads

This method allows linking an incoming lead to an existing lead.

post/api/v4/leads/unsorted/{uid}/link

Path parameters

uidstring required

Lead UID

Request body

user_idinteger

The user ID on behalf of whom the binding will be performed

Response

200

uidstring

Example response

{
  "uid": "9ca097816a45770002e406db35e2a1945364d570b765332cef7a57289fc0",
  "_embedded": {
    "leads": [
      {
        "id": 152464,
        "_links": {
          "self": {
            "href": "https://subdomain.kommo.com/api/v4/leads/152464"
          }
        }
      }
    ]
  }
}