Get an account
Authorizations
A workspace API key created in ThinkOut settings. One key reads one workspace.
Path Parameters
Query Parameters
Compute balances as of the end of this day. Defaults to today in UTC. A future date is rejected, because a balance is only ever historical.
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 Response
The account.
"account""ING Curent"
ISO 4217 alphabetic currency code.
^[A-Z]{3}$"RON"
Free-text grouping assigned in ThinkOut.
"Operational"
delegated accounts are bank accounts another workspace has delegated to this one.
manual, bank, delegated Decimal amount as a string. Signed on transactions, forecasts and report figures,
where negative means an outflow. The sign is authoritative: direction is derived
from it and the two can never disagree.
^-?[0-9]+(\.[0-9]+)?$"-1250.00"
The day whose end-of-day balance is reported. Computed at request time.
Decimal amount as a string. Signed on transactions, forecasts and report figures,
where negative means an outflow. The sign is authoritative: direction is derived
from it and the two can never disagree.
^-?[0-9]+(\.[0-9]+)?$"-1250.00"
The date the opening balance applies to. Transactions before it are not expected.
A bank connection id, the full connection when named in expand, or null for a manual account.
The account identifier at the provider, useful for reconciliation. null for manual accounts.
The account name as the bank reports it, before any rename in ThinkOut. null for manual accounts.