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".
| Method | GET |
| Path | /v1/security/totp/status |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |