Atlas
Onboarding

List enabled social login providers

Returns which OAuth providers (Google, GitHub, Microsoft) are configured so the signup page can render the correct buttons. Public endpoint — no authentication required.

GET
/api/v1/onboarding/social-providers

Response Body

application/json

curl -X GET "http://localhost:3001/api/v1/onboarding/social-providers"
{
  "providers": [
    "string"
  ]
}