Accounts
List accounts
List all available accounts.
get/accounts
Response
A list of accounts
Example response
{
"data": [
{
"account_id": "100000",
"account_number": "ACC0001",
"entity_id": "100000",
"name": "Clear Street"
}
]
}Changes
Changed in 1 of the 22 revisions of this API.1
- ○
added the required property
data/items/account_numberto the response with the200statusresponse-required-property-added
- ○