Tokens
Manages the current user's personal access tokens (PATs) used to authenticate API requests: creating, listing, and revoking tokens. These endpoints require a Keycloak (Bearer JWT) session and cannot themselves be called with a personal access token.
POST
Create Token
Creates a new personal access token for the current user.
GET
List Tokens
Returns the current user's personal access tokens.
DELETE
Delete Token
Revokes (deletes) one of the current user's personal access tokens.