Skip to main content
GET
/
v2
/
auth
/
tokens
/
workspace
/
slack
/
exists
Check Workspace Slack Tokens Exist
curl --request GET \
  --url https://api.example.com/v2/auth/tokens/workspace/slack/exists
{
  "has_token": true
}

Response

200 - application/json

Successful Response

Simple status indicating if a user has a token for a provider/agent.

has_token
boolean
required