Get OAuth client
documentedFetch an OAuth client by ID.
GET /admin/oauth/clients/{clientId}Adminno implementation yet0 runsNo 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"