v1
latestOpenAPI 3.1.02026-07-241630614.2 KBUpdate lead
This method allows updating a single lead. Pass an object to update a single lead.
patch/api/v4/leads/{id}
Path parameters
idinteger required
Lead ID
Headers
Content-Typestring
Request body
Response
200
Example response
{
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads"
}
},
"_embedded": {
"leads": [
{
"id": 152464,
"updated_at": 1686732474,
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads/152464"
}
}
}
]
}
}