Skip to main content
GET

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Response

Token information

token_type
enum<string>
required

Type of the token

Available options:
pat,
oauth
scopes
string[]
required

List of scopes granted to this token

id
string | null

Token ID (PAT only)

name
string | null

Token name (PAT only)

preview
string | null

Token preview string (PAT only)

created_date
integer<int64> | null

Creation timestamp in milliseconds (PAT only)

expiration_date
integer<int64> | null

Expiration timestamp in milliseconds (PAT only)

last_used
integer<int64> | null

Last used timestamp in milliseconds (PAT only)