cURL
curl --request GET \ --url https://api.example.com/v2/auth/tokens/exists
{ "has_token": true }
Return whether the current user has any tokens for a given provider (across agents).
OAuth provider ID
Successful Response
Simple status indicating if a user has a token for a provider/agent.
Was this page helpful?