List accounts
Returns every account in the workspace, ordered by name, then id.
This list is not paged. A workspace holds few enough accounts to return in one call,
so there is no limit and no cursor, and has_more is always false. The
envelope is the same as every other list so that client code does not have to
special-case it.
Balances are computed as of today in UTC. For a balance on another day use
GET /accounts/{id} with as_of, or GET /balances for every account at once.
Authorizations
A workspace API key created in ThinkOut settings. One key reads one workspace.
Query Parameters
Only accounts fed by these bank connections. Comma-separated for several.
Relations to return as full objects instead of ids. Comma-separated.
Without it every relation is an id. Naming one here replaces the id with the object it points at. Expansion goes one level deep; an unsupported name is rejected.
Supported here: bank.
bank