Skip to main content
GET
/
oauth
/
authorize
Error
A valid request URL is required to generate request examples
{
  "error": "<string>",
  "error_description": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

response_type
string
required

Must be 'code'

client_id
string
required

OAuth2 client ID

redirect_uri
string
required

Redirect URI registered with the client

code_challenge
string
required

PKCE code challenge

code_challenge_method
string
required

PKCE method, must be 'S256'

state
string

Opaque state value to prevent CSRF

Response

Found