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/workspace/slack/exists{
"has_token": true
}Check if the workspace has any Slack tokens.
curl --request GET \
--url https://api.example.com/v2/auth/tokens/workspace/slack/exists{
"has_token": true
}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.
Successful Response
Simple status indicating if a user has a token for a provider/agent.
Was this page helpful?