Check SSO provider for email domain
Check if an email domain has an associated SSO provider configuration. Returns the authentication type (otp or sso) and optionally the provider name.
POST
Check SSO provider for email domain
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[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 address to check for SSO provider
Response
SSO provider check response
Authentication type for the email domain
Available options:
otp, sso SSO provider name (only present when type is 'sso')
SSO authentication URL (only present when type is 'sso')
Required string length:
36Pattern:
^[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
Previous
Check if a wallet address is sanctionedCheck if a wallet address is sanctioned. Returns whether the wallet is blocked or not.
Next
Check SSO provider for email domain