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.
Response Body
application/json
curl -X GET "http://localhost:3001/api/v1/onboarding/social-providers"{
"providers": [
"string"
]
}