Approve OAuth Authorization (portal-internal)
Called by the portal consent page with the user's Supabase JWT after they approve the connection. Re-validates the client and redirect_uri, mints a single-use authorization code (5-minute TTL), and returns the client callback URL for the browser to follow.
Auth required: No
client_id: string (required)redirect_uri: string (required)code_challenge: string (required)code_challenge_method: string (required)state: stringscope: stringresource: string200: Authorization code minted400: Unknown client or unregistered redirect_uri401: Missing or invalid Supabase sessionThis endpoint does not require authentication.
Base URL: https://api.vennio.app