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.