v1
latestOpenAPI 3.1.02026-07-241630614.2 KBAdd leads
This method allows adding multiple or singular leads into the account.
post/api/v4/leads
Headers
Content-Typestring
Request body
Response
200
Example response
{
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads"
}
},
"_embedded": {
"leads": [
{
"id": 152462,
"request_id": "0",
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads/152462"
}
}
}
]
}
}