v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
items

Merge CRM entities

Merges two or more CRM entity items into one. The primary entity retains its ID and is enriched with data from secondary entities, which are then deleted. Example: POST /crm/v1/entities/contacts/merge

post/crm/v1/entities/{entity}/merge

Request body

primary_idinteger

ID of the entity to keep

secondary_idsinteger[]

IDs of entities to merge into primary

Response

OK