Advanced search in contacts by name, company, and tags

Multi-criteria filter with AND between groups and OR within a group: name is split on spaces and matched against firstName/lastName/companyName (and phoneNumber if it contains digits, with phone normalization), companies matches any in the array, tags matches any in the array. Supports custom sortBy and sortOrder. Tag filtering is case-sensitive — keep tag naming consistent across the app. Combining many filters narrows results aggressively.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Search in firstName and lastName. Can include multiple words (e.g. "John Doe")

companies
array of strings

Array of company names to search

companies
tags
array of strings

Array of tags to search

tags
number
Defaults to 20
number
Defaults to 0
string
enum
Defaults to createdAt
Allowed:
string
enum
Defaults to desc
Allowed:
Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json