Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request GET \
--url https://api.example.com/v2/auth/tokens[
{
"id": "<string>",
"provider_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"provider_account_label": "<string>",
"scopes": [],
"expires_at": "2023-11-07T05:31:56Z",
"is_default": false
}
]List the calling user’s tokens for a provider.
curl --request GET \
--url https://api.example.com/v2/auth/tokens[
{
"id": "<string>",
"provider_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"provider_account_label": "<string>",
"scopes": [],
"expires_at": "2023-11-07T05:31:56Z",
"is_default": false
}
]OAuth provider ID
Was this page helpful?