Retrieve a paginated list of contacts. Optionally filter by email, phone number, or consent status.
Required scope: contacts_read
OAuth 2.0 client credentials flow. Exchange your client ID and client
secret for an access token at the token URL, then include it as
Authorization: Bearer <token>. See the Authentication page for details.
Page number (starts at 1).
x >= 1Number of results per page.
1 <= x <= 100Filter by exact email address.
Filter by exact phone number (E.164 format).
Filter by email consent status.
subscribed, unsubscribed, non_subscribed Filter by SMS consent status.