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"
}
]
}