cURL
curl --request POST \ --url https://api.prod.getdex.com/v1/contacts/merge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contactIds": [ [ "<string>" ] ] } '
{ "error": true, "data": { "mergedContactIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } }
Merge two or more duplicate contacts into a single contact record. The primary contact is kept and enriched with data from the secondary contacts, which are then deleted.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
1
2
Successful response
Show child attributes
Was this page helpful?