v4

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-279228.8 KB
Access Tokens

List access tokens

Returns a list of all access tokens. The response does not include the raw token values.

Requires auth_enabled=true and an admin access token or admin JWT.

Timestamps are returned as RFC 3339 UTC strings. When will_expire is false, expired_at is null.

get/auth/api_keys

Headers

Authorizationstring required

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

Response

List of access tokens.

idinteger

Unique identifier for the access token.

namestring

Human-readable name for the token.

descriptionstring

Description of the token's intended use.

created_atstring date-time

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

expired_atstring date-time nullable

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

will_expireboolean

Whether the token has an expiration date.

permissionstring

Comma-separated permission names assigned to the token.