Nokku LogoNokku
Nokku LogoNokku

CheckSSO

Public endpoint

nokku.v1.SSOService
GET
https://app.nokku.sh/v1/sso/{email}

path Parameters

emailstring <email>required
Example user@example.com

Authorization

  • BearerAuth (bearer)

    PASETO token authentication. Include the token in the Authorization header: `Authorization: Bearer <token>`

  • CookieAuth (apiKey in cookie)

    Cookie-based authentication (recommended for web applications). The session cookie is automatically sent by browsers after login.

Responses

200

Success

application/json

object
hasSso?
boolean
enforceSso?
boolean
providers?
array<object>
object
type?
string
Enum:"TYPE_UNSPECIFIED""TYPE_OIDC""TYPE_SAML"
id?
string
name?
string

Code Samples

Example Responses