Organisation profile and account data — view your tenant info, latest balance snapshot, and monthly cost breakdown.
Get your organisation
Return your organisation's basic info.
Resolved from the JWT — no body, no parameters. Useful for confirming which tenant the current token is bound to and for referencing the org id in support tickets.
Get your organisation › Responses
Successful Response
idInternal identifier for your organisation. Useful when contacting support.
nameHuman-readable display name.
created_atUTC timestamp the organisation was created.
updated_atUTC timestamp the organisation was last updated.
Get your latest balance snapshot
Return the most recently collected main-account balance.
Balances are an append-only ledger refreshed by a background worker
every ~3 hours, with a skip-unchanged rule — so two snapshots with
different collected_at reflect a real movement. Until the first
collection runs, this endpoint returns 404.
Get your latest balance snapshot › Responses
Successful Response
organization_idInternal identifier of the organisation this balance belongs to.
amount^(?!^[-+.]*$)[+-]?0*… · requiredCurrent main-account balance in whole currency units (EUR for all current deployments). May carry sub-cent precision.
currencyISO 4217 currency code reported by the provider.
collected_atUTC timestamp the snapshot was observed. Snapshots are append-only and skip-unchanged — gaps between timestamps indicate stretches where the balance didn't move.
Get your latest monthly cost snapshot
Return the latest collected cost snapshot for the given month.
Snapshots are append-only — the collect_costs worker writes a new
row on every run (every 3h) once costs have started accruing.
This endpoint always returns the most recent snapshot for the
requested (year, month); 404 until the worker has collected
at least one row for that month.
Fees in the response are org-wide totals; per-operator attribution
lives inside usage_lines.
query Parameters
yearYear (4-digit).
Year (4-digit).
monthMonth (1-12).
Month (1-12).
Get your latest monthly cost snapshot › Responses
Successful Response
organization_idIdentifier of the organisation this snapshot belongs to.
yearYear the snapshot covers.
monthMonth the snapshot covers (1-12).
collected_atUTC timestamp the snapshot was observed at the provider.
ISO 4217 currency code for all amounts. Typically EUR.
Per-service usage breakdown with operator attribution.