Skip to main content
GET
/
contacts
/
search
/
duplicate
Get Duplicate Contact
curl --request GET \
  --url https://services.leadconnectorhq.com/contacts/search/duplicate \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "statusCode": 400,
  "message": "Bad Request"
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string
required

Location Id

Example:

"sadadya1u12basyhasd"

number
string

Phone Number - Pass in URL Encoded form. i.e +1423164516 will become %2B1423164516

Example:

"+1423164516"

email
string

Email - Pass in URL Encoded form. i.e test+abc@gmail.com will become test%2Babc%40gmail.com

Example:

"abc@abc.com"

Response

Last modified on March 4, 2026