MINARA

TOTP status

GET /v1/security/totp/status — Projection of `/auth/me` through the agent's `normalizeTotpStatus` adapter. Returns the three boolean TOTP toggles (mast

GET /v1/security/totp/status

Projection of /auth/me through the agent's normalizeTotpStatus adapter. Returns the three boolean TOTP toggles (master enabled, withdraw-required, new-device-required) plus a schema_source provenance marker. Safety-critical callers (withdraw preview, login flow) MUST fail-closed when schema_source === "indeterminate".

MethodGET
Path/v1/security/totp/status
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryauth

On this page