Search contacts

This operation searches all contacts available to a given organization and returns a resulting set of results.

The hasMore field can be used to determine if there are remaining results to list. The paginationToken field can be provided on subsequents calls to retrieve the next page of results.

Sort Order

Results are sorted by entity ID in ascending order when doing a structured search and by relevance for free text search.

Why is this a POST? GET requests with a body are not supported by all HTTP libraries. To support complex nested search filters and other tooling, the POST body is leveraged.

Query Params
int32
1 to 500

How many contacts to return at one time

string

Token given in a previous response to allow requesting the next page

Body Params
string
structured
object
Responses

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