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