Skip to main content
GET
/
v2
/
auth
/
tokens
/
exists
Check Oauth Token Exists
curl --request GET \
  --url https://api.example.com/v2/auth/tokens/exists
{
  "has_token": true
}

Query Parameters

provider_id
string
required

OAuth provider ID

Response

Successful Response

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

has_token
boolean
required