List contacts
Retrieve a paginated list of contacts, most recently created first. Optionally filter by email, phone number, or consent status.
Unfiltered, the list covers every contact in the account whatever their consent state, so
pagination.total_count is the size of your contact list — not the size of your mailable or
textable audience. Filter on email_consent=subscribed or sms_consent=subscribed for those.
Contacts you have deleted are excluded — but deletion is soft: creating a contact with
the same email or phone number restores the existing record rather than creating a new
one, so a previously deleted contact can reappear here later with its original id and
history.
Required scope: contacts_read
Authorizations
Send either an API token or an OAuth access token as
Authorization: Bearer <token>. See the Authentication page for details.
Headers
Target a subaccount instead of the main connected account.
Pass a subaccount id from get_account's subaccounts list. Only direct subaccounts
of the connected account are reachable — omit this for the main account itself.
Query Parameters
Page number (starts at 1).
x >= 1Number of results per page. Values outside 10–100 are clamped to the nearest bound.
10 <= x <= 100Filter by exact email address.
Filter by exact phone number (E.164 format).
Filter by email consent status. subscribed matches both explicit
and implicit opt-in. suppressed matches merchant-suppressed contacts
only; compliance_suppressed matches system/compliance-suppressed contacts.
subscribed, unsubscribed, never_subscribed, suppressed, compliance_suppressed Filter by SMS consent status.
subscribed, unsubscribed, never_subscribed, single_opt_in, pending