Skip to main content
POST
/
v2
/
auth
/
tokens
/
exists
/
batch
Check Oauth Tokens Exist Batch
curl --request POST \
  --url https://api.example.com/v2/auth/tokens/exists/batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "provider_ids": [
    "<string>"
  ]
}
'
{
  "has_token": {}
}

Body

application/json

Provider IDs to check token presence for, for the current user.

provider_ids
string[]
required

Response

Successful Response

Per-provider token presence for the current user (provider_id -> has_token).

has_token
Has Token · object
required