curl --request GET \
--url https://services.leadconnectorhq.com/contacts/search/duplicate \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"statusCode": 400,
"message": "Bad Request"
}Get Duplicate Contact.
If Allow Duplicate Contact is disabled under Settings, the global unique identifier will be used for searching the contact. If the setting is enabled, first priority for search is email and the second priority will be phone.
curl --request GET \
--url https://services.leadconnectorhq.com/contacts/search/duplicate \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"statusCode": 400,
"message": "Bad Request"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Location Id
"sadadya1u12basyhasd"
Phone Number - Pass in URL Encoded form. i.e +1423164516 will become %2B1423164516
"+1423164516"
Email - Pass in URL Encoded form. i.e test+abc@gmail.com will become test%2Babc%40gmail.com
"abc@abc.com"
Was this page helpful?