Skip to main content
GET
/
v1
/
api
/
tokens
List API tokens
curl --request GET \
  --url https://api.hq.zone/v1/api/tokens \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "kind": "<string>",
    "name": "<string>",
    "scopes": [
      "<string>"
    ],
    "expires_at": "<string>",
    "last_used_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Response

The caller's live tokens

created_at
string
required
id
string<uuid>
required
kind
string
required
name
string
required
scopes
string[]
required
expires_at
string | null
last_used_at
string | null