List Duplicate Contacts
Returns all contacts with the same email or phone number as in the specified contact.
Path Parameters
dsidstringrequired
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"duplicates": [
{
"tenantId": 112,
"dsId": "836098dba5bc4bbd985ab6e38b23abbe",
"salutation": "",
"firstName": "Rob",
"lastName": "Howard",
"donotcontact": false,
"maxContactFrequencyInDays": 0,
"optOutEmail": false,
"optOutSms": false,
"optOutPush": false,
"optOutPhone": false,
"isPushEnabled": false,
"isSmsEnabled": true,
"isEmailEnabled": false,
"isEmailVerifiedForDelivery": false,
"fullname": "Rob Howard",
"email": "test@example.com",
"title": "",
"status": "Active",
"company": "",
"numberOfEmployees": 0,
"industry": 0,
"annualRevenue": 0,
"website": "",
"phone": "",
"mobilePhone": "",
"timezone": "",
"avatarPath": "",
"country": "",
"city": "",
"postalCode": "",
"address": "",
"geoCode": "",
"dateFirstSeen": "1753-01-01T00:00:00",
"dateLastSeen": "1753-01-01T00:00:00",
"region": "",
"gender": 0,
"age": 0,
"extendedProperties": {},
"dateContactCreated": "2018-06-21T00:00:00",
"timestampCreated": "2018-06-21T21:44:43.833",
"dateContactLastModified": "2021-04-09T21:06:39.953",
"dateLastContacted": "2020-06-17T20:51:02.047",
"accountId": 0
}
]
}
}