v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
contacts

Search for contacts by a given filter

Currently, the following fields are filterable for contacts:

  • id. Allowed operators: equals, in, not_in

  • email. Allowed operators: equals, in, not_in, string_contains

  • name. Allowed operators: equals, in, not_in, string_contains

  • custom fields (pass in the slug of the custom field)

  • account_id. Allowed operators: equals, in, not_in

Rate limit: 20 requests per minute

post/contacts/search

Request body

cursorstring

The cursor to use for pagination.

limitinteger

The number of contacts to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

search_textstring

Fuzzy text search. Results are intersected with any provided filter.

Response

request_idstring

The request ID for tracking.