CRM
contacts & custom fields api
Search contacts based on combinations of advanced filters. See: https://help.hoopai.com/api-reference/overview/contacts-search
cURL
curl --request POST \ --url https://services.leadconnectorhq.com/contacts/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Version: <version>' \ --data '{}'
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28
The body is of type object.
object
Success
Was this page helpful?