v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Updating Contacts

This method allows updating multiple contacts. When updating multiple contacts, an array of contact objects is passed.

patch/api/v4/contacts

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"
          }
        }
      }
    ]
  }
}