Get enabled SSO connectors by the given email's domain
Extract the email domain from the provided email address. Returns all the enabled SSO connectors that match the email domain.
GET
/api/experience/sso-connectors
curl \
--request GET 'https://[tenant_id].logto.app/api/experience/sso-connectors?email=hello%40example.com'
Response examples (200)
{
"connectorIds": [
"string"
]
}