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.
Admin JWT obtained from the login endpoint.
Admin JWT or admin access token. Format Bearer <admin-jwt-or-access-token>.
List of access tokens.
Unique identifier for the access token.
Human-readable name for the token.
Description of the token's intended use.
Timestamp when the token was created, in RFC 3339 UTC format.
Timestamp when the token expires. null when will_expire is false.
Whether the token has an expiration date.
Comma-separated permission names assigned to the token.