v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Complex addition of leads with contact and company

The method allows you to add leads with contacts and a company to your account in batches. The added data can be checked in the duplicate control.

post/api/v4/leads/complex

Headers

Content-Typestring

Request body

Response

200

idinteger
contact_idinteger
company_idinteger
request_idstring[]
mergedboolean

Example response

[
  {
    "id": 9774766,
    "contact_id": 12117258,
    "company_id": 12117260,
    "request_id": [
      "1"
    ]
  }
]