Skip to main content
GET
/
v1
/
auth
/
sso
/
authorize
Sso Authorize
curl --request GET \
  --url https://api.example.com/v1/auth/sso/authorize
{
  "redirect_url": "<string>",
  "state": "<string>"
}

Query Parameters

provider
string
required

Provider id or name (google|okta|azure)

workspace_id
string | null
redirect_uri
string | null
login_hint
string | null

Response

Successful Response

redirect_url
string
required
state
string
required