Error
Approve OAuth2 authorization request
Issues an authorization code after the authenticated user approves the request. Called by the frontend consent page. Requires authentication.
POST
Error
Authorizations
Body
multipart/form-data
Organization ID; must match the authenticated org
OAuth2 client ID
Redirect URI registered with the client
PKCE code challenge
PKCE method, must be 'S256'
Default workspace ID; must belong to organization and be accessible to user
Opaque state value to prevent CSRF
Response
JSON body with redirect_uri the frontend should navigate the browser to

