Sign in

Get SSO provider

documented

Fetch details for an SSO provider.

GET /admin/sso/providers/{ssoProviderId}Adminno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.supabase.com/v1/admin/sso/providers/{{$ssoProviderId}}" \
  -X GET \
  -H "Authorization: Bearer {{SUPABASE_API_KEY}}" \
  -H "apikey: {{SUPABASE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"