v1
latestOpenAPI 3.1.02026-07-241630614.2 KBUpdate contact
This method allows updating a contact. The contact object is passed.
patch/api/v4/contacts/{id}
Path parameters
idinteger required
Contact ID
Headers
Content-Typestring
Request header
Request body
Response
200
Example response
{
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/contacts"
}
},
"_embedded": {
"contacts": [
{
"id": 963410,
"name": "John Doe",
"updated_at": 1687192924,
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/contacts/963410"
}
}
}
]
}
}