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
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyd-1779813393-7298843.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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

