v1
latestOpenAPI 3.1.02026-07-241630614.2 KBAdding incoming leads from the type form
This method allows adding multiple or singular incoming leads
post/api/v4/leads/unsorted/forms
Headers
Content-Typestring
Request header
Request body
Response
200
Example response
{
"_total_items": 1,
"_embedded": {
"unsorted": [
{
"uid": "5af9dedb6f2c6a29eaac4b60de71ddd5d2ec7d9f4867a83f73616a51bc76",
"account_id": 31361463,
"request_id": "456",
"_links": {
"self": {
"href": "LINK"
}
},
"_embedded": {
"contacts": [
{
"id": 597518,
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/contacts/597518"
}
}
}
],
"leads": [
{
"id": 250286,
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads/250286"
}
}
}
]
}
}
]
}
}