Get the cash-flow projection
GET/cash-flow
Returns the cash-flow projection for the workspace tied to the token: a series of time buckets (realised + projected income/expenses, running balance) plus current_balance, the today_bucket seam and retroactive_overdue. Requires scope finance.cash_flow. Read-only.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The cash-flow projection.
Malformed query (missing/invalid from/to, bad granularity, non-uuid scope id, unknown param).
Missing / invalid / expired / revoked token.
Token lacks the finance.cash_flow scope, or sub does not match any workspace.
The company_id or account_id is not in the tenant.
Unhandled server error.