contacts
List Contacts
List contacts attached to the authenticated organization.
Requires the contacts:read scope on the API key.
GET
List Contacts
Authorizations
Bearer API key issued from Settings → Developers.
Query Parameters
Page number.
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Field to sort by.
Available options:
first_seen_at, last_seen_at, email Sort direction.
Available options:
asc, desc Filter by email (case-insensitive exact match).
Filter by contact ID.
Return people first seen strictly after this timestamp.
Return people last seen strictly after this timestamp.
Response
200 - application/json
Successful Response