v1
latestOpenAPI 3.0.12026-07-2412598.8 KBContacts
Search Contacts
The Search Contacts (Sync) API retrieves contact details based on advanced filtering conditions. It supports real-time search with sorting, pagination, and the ability to return either a count or detailed contact information.
post/contact/search
Headers
api-keystring required
Api key for authentication. You must have unique & valid api-key
Content-Typestring required
Specifies the request content type. Must be application/json.
Request body
Example request
{
"output": {
"fields": [
"email",
"city",
"guid",
"mobile",
"contact_id",
"FIRST_NAME"
]
}
}