cURL
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.
Successful Response
Simple status indicating if a user has a token for a provider/agent.
Was this page helpful?