Hanzo AI
OpenapiTeam

List ui

Serves the usage-and-wallet page the Team front links to — HTML, not JSON.

GET /v1/team/billing/ui

Addresshttps://api.hanzo.ai/v1/team/billing/ui
MethodGET
Operationget_team_billing_ui
AuthAuthorization: Bearer $HANZO_API_KEY

Serves the usage-and-wallet page the Team front links to — HTML, not JSON. It is a static React build compiled into this binary, so there is no upstream to be down and no build step at request time.

SESSION-GATED: without a verified team session token — bearer, else the HttpOnly account cookie — the caller gets 401 and not one byte of the page, so an anonymous browser meets a refusal rather than a shell that then fails to load anything.

The page is markup only. It reads money SAME-ORIGIN from cloud's own balance and usage endpoints, which pin the org from the IAM cookie the team OAuth callback set — nothing under this path proxies a money read, so there is no second auth mechanism here to get wrong. A deployment whose page was never built answers 503 naming the missing bundle, never a blank 200.

Request

GET /v1/team/billing/ui takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
2XXstringSuccess

2XX body — 1 field.

FieldInTypeAlwaysDescription
(body)bodystring (binary)yes

Failure carries the platform error shape — see Errors.

Examples

hanzo team billing ui

Team API · All Hanzo APIs · Interactive reference

How is this guide?

On this page