Authorize
OAuth
Authorize
Start the OAuth2 authorization code flow. Redirects back to redirect_uri with a code and state parameter.
GET
Authorize
Query Parameters
Example:
"code"
Example:
"your-client-id"
Example:
"https://app.example.com/callback"
Example:
"events.read webhooks.read"
CSRF protection value — must be validated by the client on callback
Minimum string length:
1Example:
"random-state-value"
Supabase JWT token
Organization to authorize for
Response
Redirect to redirect_uri with authorization code