List Contacts
Authentication
Query parameters
Order results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: created_at, updated_at. Sort direction is specified as: asc, desc.
Filter results by exact match on email address. Accepts a comma-separated list.
Filter results by exact match on phone number. Accepts a comma-separated list.
Filter results by exact match on the IANA time zone name(s). Accepts a comma-separated list of time zones.
Filter results by partial match on name(s). Accepts a comma-separated list— each segment is matched independently (commas in the query string separate values).
Filter results by partial match on job title(s). Accepts a comma-separated list— each segment is matched independently (commas in the query string separate values).
Filter results by partial match on company name(s). Accepts a comma-separated list— each segment is matched independently (commas in the query string separate values).
Filter results by exact match on two-letter country code (ISO 3166-1 alpha-2). Accepts a comma-separated list.
Filter results by exact match on state(s), province(s), or region(s). Accepts a comma-separated list of values.
Filter results by partial match on city(ies). Accepts a comma-separated list— each segment is matched independently (commas in the query string separate values).
Omit the listed fields from the response. Currently only custom_fields is supported. When omitted, all fields are returned.