๐ Share how you're building agents for a chance to win LangChain swag!
curl --request GET \
--url https://api.example.com/v2/auth/providers/{provider_id}{
"id": "<string>",
"organization_id": "<string>",
"provider_id": "<string>",
"name": "<string>",
"client_id": "<string>",
"auth_url": "<string>",
"token_url": "<string>",
"uses_pkce": true,
"code_challenge_method": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"provider_type": "<string>"
}Get a specific OAuth provider.
curl --request GET \
--url https://api.example.com/v2/auth/providers/{provider_id}{
"id": "<string>",
"organization_id": "<string>",
"provider_id": "<string>",
"name": "<string>",
"client_id": "<string>",
"auth_url": "<string>",
"token_url": "<string>",
"uses_pkce": true,
"code_challenge_method": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"provider_type": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-lschan-1765567880-b1c8e16.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
OAuth provider ID
Successful Response
Response model for OAuth provider.
Was this page helpful?