Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt

Use this file to discover all available pages before exploring further.

Get Duplicate Contact.<br/><br/>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.
GET https://services.leadconnectorhq.com/contacts/search/duplicate

Autorizacion

Authorization
string
required
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version
string
default:"2021-07-28"
required
Version de la API.

Query parameters

locationId
string
default:"sadadya1u12basyhasd"
required
Account Id
number
string
default:"+1423164516"
Phone Number - Pass in URL Encoded form. i.e +1423164516 will become %2B1423164516
email
string
default:"abc@abc.com"
Email - Pass in URL Encoded form. i.e test+abc@gmail.com will become test%2Babc%40gmail.com

Respuestas

{}
{}

Ejemplo

curl -X GET 'https://services.leadconnectorhq.com/contacts/search/duplicate' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'