List Accounts
GET
/api/v2/directory/accounts
This endpoint retrieves a list of all accounts within the directory.
Query Parameters
Name
Type
Description
Required
start_range
string
Starting point for specified data range. Example:2020-12-09
end_range
string
Ending point for specified data range. Example:2023-12-09
page
integer
The page number. Minimum: 1
. Default: 1
size
Integer
The page size. Minimum: 1
. Maximum: 100
. Default: 50
.
sort
string
Criteria for result sorting.
Default: -created
. Example:
-last_modified
account_type
string
Type of the account. Either individual
or entity
account_category
string
Category of the account. Either customer
or recipient
.
Response
Last updated