v14

OpenAPI 3.1.02026-08-03122113375.9 KB
user-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:

  1. Call this endpoint to review existing tokens.
  2. Delete tokens that are no longer needed.
  3. 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

namestring required

The personal access token name

valuestring required

The personal access token value. This is only available immediately after creation.

createdAtstring date-time required

ISO timestamp indicating when the token was created

expiresstring date-time

ISO timestamp indicating when the token expires