Skip to main content
POST
Merge Contacts

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

Body

application/json
base_contact_id
integer
required

ID of the contact that will remain after the merge and receive all data

Example:

1

mergee_contact_id
integer
required

ID of the contact that will be merged into the base contact and deleted

Example:

2

Response

Contacts merged successfully

id
number
payload
object[]