Obter conta financeira por ID
GET/financial-accounts/:id
Returns the account plus the computed balance (live, derived from posted transactions — not the creation seed; #13). The listing still omits balance. Returns the same shape as the rows from the list endpoint. Requires scope finance.accounts. 404 covers both "doesn't exist" and "not in the tenant" — the API does not distinguish.
Requisição
Respostas
- 200
- 401
- 403
- 404
- 500
Get a financial account by id
Missing / invalid / expired / revoked token.
Token lacks the finance.accounts scope, or sub does not match any workspace.
Account not found within the tenant.
Unhandled server error.