List contacts
Returns workspace contacts using cursor pagination ordered by updated_at descending by default. filter[crm_associations][eq] supports only CRM objects with object_type=contact. Requires the contacts:read scope.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Free-text search string matched against contact full names and email addresses. This does not search phone numbers, descriptions, or company data.
Sort order for the list. Defaults to updated_at:desc.
Return resources updated strictly after the provided ISO-8601 UTC timestamp.
Return resources updated at or after the provided ISO-8601 UTC timestamp.
Return resources updated strictly before the provided ISO-8601 UTC timestamp.
Return resources updated at or before the provided ISO-8601 UTC timestamp.
Response headers
Response
Opaque cursor for the next page, or null when there are no more results.