Skip to main content
GET
/
api
/
svc
/
v1
/
personal-access-tokens
/
exists
Check Personal Access Token Exists
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/personal-access-tokens/exists \
  --header 'Authorization: Bearer <token>'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name
string
required

Response

200 - application/json

Whether Personal Access Token exists

exists
boolean
required