# Retrieve the SSO status

Retrieves the SSO status and metadata of the current user.

Endpoint: GET /zephr/public/sso/v1/status
Version: 2026-06-12
Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie

## Response 200 fields (application/json):

  - `status` (string, required)
    The SSO status of the current user session. This can be:

- unknown: The SSO token is not authenticated anywhere, or the current session is not associated with an SSO token.

- known: The current session is anonymous, but the SSO token is authenticated on another site.

- authenticated: The current session is authenticated through an SSO token.
    Example: "authenticated"

  - `meta` (any)


