accounts
List Account Entries
List entries inside an account list.
Requires the account_lists:read scope on the API key.
GET
List Account 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, name, domain Sort direction.
Available options:
asc, desc ID of the company list to scope the result to.
Filter by company name (exact match).
Filter by company domain (exact match).
Return entries created strictly before this timestamp.
Return entries created strictly after this timestamp.
Response
200 - application/json
Successful Response