Skip to main content
GET

List Contacts

Returns a paginated list of contacts belonging to your organization.
email, first_name, and last_name are backfilled from each contact’s linked user account when the contact record itself stores them empty. A value stored directly on the contact always takes precedence. No extra scope is required — this comes with contacts:read.

Query Parameters

integer
default:"1"
Page number (starts at 1).
integer
default:"50"
Number of contacts per page. Maximum: 200.
string
default:"active,inactive"
Comma-separated list of statuses to include.Allowed values: active, inactive.Example: ?status=active
Search contacts by email prefix. Case-insensitive.Example: ?search=jane@

Response

array
object