Skip to main content
GET
List access tokens

Authorizations

Authorization
string
header
required

Admin JWT obtained from the login endpoint.

Headers

Authorization
string
required

Admin JWT or admin access token. Format Bearer <admin-jwt-or-access-token>.

Response

List of access tokens.

id
integer

Unique identifier for the access token.

name
string

Human-readable name for the token.

description
string

Description of the token's intended use.

created_at
string<date-time>

Timestamp when the token was created, in RFC 3339 UTC format.

expired_at
string<date-time> | null

Timestamp when the token expires. null when will_expire is false.

will_expire
boolean

Whether the token has an expiration date.

permission
string

Comma-separated permission names assigned to the token.