accounts
List Account Lists
List the account lists in the workspace.
Requires the account_lists:read scope on the API key.
get/v1/account-lists
Query parameters
pageinteger
Page number.
Page number.
sizeinteger
Number of items per page.
Number of items per page.
sort_by'created_at' | 'updated_at' | 'name'
Field to sort by.
sort_order'asc' | 'desc'
Sort direction.
namestring nullable
Filter by list name (exact match).
Filter by list name (exact match).
created_at_beforestring date-time nullable
Return lists created strictly before this timestamp.
Return lists created strictly before this timestamp.
created_at_afterstring date-time nullable
Return lists created strictly after this timestamp.
Return lists created strictly after this timestamp.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 13 revisions of this API.