List Duplicate Contacts
Returns contacts that share an email address or phone number with the specified contact. Useful for merge workflows. Contacts that have been explicitly flagged as "not a duplicate" are excluded.
Path Parameters
dsidstringrequired
The dsid of the contact to find duplicates of.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"duplicates": [
{
"dsId": "836098dba5bc4bbd985ab6e38b23abbe",
"firstName": "Rob",
"lastName": "Howard",
"email": "test@example.com",
"status": "Active",
"dateContactCreated": "2018-06-21T00:00:00",
"dateContactLastModified": "2021-04-09T21:06:39.953"
}
]
}
}
HTTP Response Parameters
duplicatesarray
Array of contact records that share an email or phone number with the specified contact. Same contact shape as Get a Contact.