v14
OpenAPI 3.1.02026-08-03122113375.9 KBuser-personal-access-tokens
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>.
get/user/personal-access-tokens
Response
Personal access tokens for the user