Skip to main content
POST
/
v1
/
fleet
/
auth-sessions
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "metadata": {},
  "provider_id": "<string>",
  "token": "<string>",
  "verification_url": "<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
agent_id
string
is_default
boolean
provider_id
string
scopes
string[]
strategy
enum<string>
Available options:
REUSE,
CREATE
token_id
string

Response

Existing token reused; no new session created.

id
string
metadata
object
provider_id
string
status
enum<string>
Available options:
PENDING,
COMPLETED,
CONNECTION_REQUIRED,
TOKEN_EXPIRED
token
string
verification_url
string