---
title: "Retrieve the SSO status"
method: GET
path: "/zephr/public/sso/v1/status"
tags: ["Authentication"]
---

# Retrieve the SSO status

`GET /zephr/public/sso/v1/status`

Retrieves the SSO status and metadata of the current user.

## Response `200`

SSO status was retrieved successfully.

- RetrieveStatusResponse
  - `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.
  - `meta` union
    - CustomerMeta
    - string, nullable

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
