Skip to main content
POST
/
contacts
/
search
Search Contacts
curl --request POST \
  --url https://services.leadconnectorhq.com/contacts/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Version: <version>' \
  --data '{}'

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

Body

application/json

The body is of type object.

Response

Success

Last modified on March 4, 2026