Skip to main content
POST
Check SSO provider for email domain

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Body

application/json

Email to check for SSO provider

email
string<email>
required

Email address to check for SSO provider

Response

SSO provider check response

type
enum<string>
required

Authentication type for the email domain

Available options:
otp,
sso
provider
string

SSO provider name (only present when type is 'sso')

ssoAuthUrl
string

SSO authentication URL (only present when type is 'sso')

id
string
Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Last modified on January 28, 2026