Skip to main content
POST
/
oauth
/
register
Error
A valid request URL is required to generate request examples
{
  "client_id": "<string>",
  "client_id_issued_at": 123,
  "client_name": "<string>",
  "grant_types": [
    "<string>"
  ],
  "redirect_uris": [
    "<string>"
  ],
  "response_types": [
    "<string>"
  ],
  "token_endpoint_auth_method": "<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

Body

application/json
client_name
string
grant_types
string[]
redirect_uris
string[]
response_types
string[]
scope
string
token_endpoint_auth_method
string

Response

Created

client_id
string
client_id_issued_at
integer
client_name
string
grant_types
string[]
redirect_uris
string[]
response_types
string[]
token_endpoint_auth_method
string