Skip to main content

AccessToken

identifierinteger

Numeric token ID

typestring

Token type (e.g. 'auth_token')

namestring | nullnullable
tokenstring

Full token value (only returned on creation)

abilitiesstring[]

Token ability strings based on scope

lastUsedAtstring,null<date-time>nullable
expiresAtstring,null<date-time>nullable
createdAtstring<date-time>
updatedAtstring<date-time>
AccessToken
{
"identifier": 0,
"type": "string",
"name": "string",
"token": "string",
"abilities": [
"string"
],
"lastUsedAt": "2024-07-29T15:51:28.071Z",
"expiresAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}