contacts
List Contact Entries
List entries inside a contact list.
Requires the contact_lists:read scope on the API key.
GET
List Contact Entries
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:
created_at, updated_at, email, last_name Sort direction.
Available options:
asc, desc ID of the person list to scope the result to.
Filter by email (exact match).
Filter by company domain (exact match).
Filter by enrichment state.
Return entries created strictly before this timestamp.
Return entries created strictly after this timestamp.
Response
200 - application/json
Successful Response