v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
oauth-server

Approve or deny OAuth authorization

User approves or denies authorization to the OAuth client. Only available when OAuth server is enabled (set GOTRUE_OAUTH_SERVER_ENABLED=true for self-hosted or enable in Supabase Dashboard).

post/oauth/authorizations/{authorization_id}/consent

Request body

action'approve' | 'deny' required

Whether to approve or deny the authorization

Response

Authorization consent processed

redirect_urlstring uri