Sign in

Get OAuth client

documented

Fetch an OAuth client by ID.

GET /admin/oauth/clients/{clientId}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/oauth/clients/{{$client_id}}" \
  -X GET \
  -H "Authorization: Bearer {{SUPABASE_SERVICE_ROLE_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get OAuth client · Supabase · OpenIntegrations