Skip to main content
GET
/
v2
/
login
/
providers
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": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Success Response

localSignin
boolean
required

Whether local email/password signin is enabled

localSignup
boolean
required

Whether local email/password signup is enabled

providers
object[]
required

Globally available SSO providers