List contacts
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
Maximum number of authenticated requests allowed for the workspace in the current 60-second window. The limit is 1000 and applies to all /api/v2 resource routes (GET, POST, PATCH, and DELETE), shared across every credential for the workspace.
Unix epoch seconds when the current rate-limit window resets.
Response
Keyset cursor for the next page (same pa_uac_1_ format as the cursor query parameter), or null when there are no more results.