cURL
curl --request GET \ --url https://api.eda.prisme.ai/v2/login/providers
{ "localSignin": true, "localSignup": true, "providers": [ { "slug": "<string>", "type": "<string>", "name": "<string>", "icon": "<string>", "meta": {} } ] }
Login capabilities discovery. Returns available login methods and SSO providers.
Documentation IndexFetch the complete documentation index at: https://docs.prisme.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt
Use this file to discover all available pages before exploring further.
Success Response
Whether local email/password signin is enabled
Whether local email/password signup is enabled
Globally available SSO providers
Show child attributes
Was this page helpful?