Merging Records
Merge Contacts
POST /api/contacts/mergeRequest Body
Field
Type
Required
Description
Example
curl -X POST "https://api.zero.inc/api/contacts/merge" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"contactId": "PRIMARY_CONTACT_UUID",
"mergeIds": ["DUPLICATE_CONTACT_UUID_1", "DUPLICATE_CONTACT_UUID_2"]
}'Behavior
Response
Merge Companies
Example
Merge Deals
Example
Notes
Last updated

