Skip to main content
GET
/
v1
/
fleet
/
auth-providers
/
{provider_id}
Error
A valid request URL is required to generate request examples
{
  "auth_url": "<string>",
  "client_id": "<string>",
  "code_challenge_method": "<string>",
  "created_at": "<string>",
  "id": "<string>",
  "is_dynamic_client": true,
  "mcp_server_url": "<string>",
  "name": "<string>",
  "provider_id": "<string>",
  "provider_type": "<string>",
  "token_endpoint_auth_method": "<string>",
  "token_url": "<string>",
  "updated_at": "<string>",
  "uses_pkce": true
}

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt

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

Path Parameters

provider_id
string
required

Provider ID

Response

OK

auth_url
string
client_id
string
code_challenge_method
string
created_at
string
id
string
is_dynamic_client
boolean
mcp_server_url
string
name
string
provider_id
string
provider_type
string
token_endpoint_auth_method
string
token_url
string
updated_at
string
uses_pkce
boolean