Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request POST \
--url https://api.example.com/v2/auth/agents/{agent_id}/connections \
--header 'Content-Type: application/json' \
--data '
{
"oauth_token_id": "<string>"
}
'{
"id": "<string>",
"agent_id": "<string>",
"oauth_token_id": "<string>",
"provider_id": "<string>",
"provider_account_label": "<string>",
"scopes": [
"<string>"
],
"expires_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.example.com/v2/auth/agents/{agent_id}/connections \
--header 'Content-Type: application/json' \
--data '
{
"oauth_token_id": "<string>"
}
'{
"id": "<string>",
"agent_id": "<string>",
"oauth_token_id": "<string>",
"provider_id": "<string>",
"provider_account_label": "<string>",
"scopes": [
"<string>"
],
"expires_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyo-1777658790-7be347c.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Agent ID
Was this page helpful?