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.
{
"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"
}
]
}
}