Merge contacts
Merge a source contact into this contact. All channels from the source contact will be moved to the target contact, and the source contact will be marked as merged.
post/v1/contacts/{contactId}/merge
Path parameters
contactIdstring required
Request body
Response
Contacts merged. Returns the updated target contact.
Example response
{
"displayName": "John Doe",
"phoneNumber": "+56912345678",
"primaryPhone": "+56912345678",
"primaryEmail": "john@example.com",
"countryCode": "CL",
"profileName": "John Doe",
"channels": [
{
"identifier": "+14155551234",
"countryCode": "US",
"label": "work"
}
]
}