Check authentication status

Open in Claude
Public endpoint returning the caller's session state. Always returns HTTP 200 so clients can poll without treating an unauthenticated caller as an error.

Response

Authentication status
authenticatedboolean
Whether the request carries a valid session
secure_mode_enabledboolean
Whether Secure Mode is active on the device
userstring or nullOptional

Session subject (null when unauthenticated)

roleenum or nullOptional

Effective role from the session (null when unauthenticated)