Hanzo
OpenapiAccount

Returns the signed-in caller's own appearance preference — text size, density…

Returns the signed-in caller's own appearance preference — text size, density and accent — read from their IAM account so it is the same on every device…

GET /v1/account/appearance

Addresshttps://api.hanzo.ai/v1/account/appearance
MethodGET
Operationget_account_appearance
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the signed-in caller's own appearance preference — text size, density and accent — read from their IAM account so it is the same on every device and every Hanzo surface. An unset preference is an empty object.

A transient IAM read failure reports the empty preference rather than a 5xx, so a surface applies its published default and never error-toasts on load — the same fail-soft the key read uses.

Request

GET /v1/account/appearance takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200appearanceok

200 body — 3 fields.

FieldInTypeAlwaysDescription
accentbodystringAccent is the one hue — a CSS colour token (a hex, or a bounded functional colour like rgb()/oklch()).
densitybodystringDensity is the spacing step: "compact", "default" or "comfortable".
typebodynumberType is the text-size multiplier, clamped to the ramp window [0.85, 1.4].

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Account API · All Hanzo APIs · Interactive reference

How is this guide?

On this page