List PATs
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:
- Call this endpoint to review existing tokens.
- Delete tokens that are no longer needed.
- Keep only the minimum number of active tokens required for your integrations.
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>.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
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