Return all personal access tokens that belong to the authenticated user.
Use this endpoint to audit and manage active API credentials for your account.
Each item includes:
name - Human-readable identifier for the token.createdAt - When the token was issued.expires - Optional expiry timestamp (if configured).Typical usage pattern:
This endpoint is for token management only. To authenticate API requests with a personal access token,
send it in the Authorization header as Bearer <token>.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Personal access tokens for the user
The personal access token name
The personal access token value. This is only available immediately after creation.
ISO timestamp indicating when the token was created
ISO timestamp indicating when the token expires