Skip to main content
GET

List User API Tokens

List the personal access tokens (PATs) associated with the current user. PATs are user-scoped, distinct from environment tokens which are scoped to a specific environment.
This endpoint is part of the Account API and is authenticated with a user session token, not an environment token.

Endpoint

Request headers

string
required
User session token. Format: Bearer <user_session_token>.

Examples

Response

Notes

  • Token values are never returned by this endpoint — only metadata. The full token string is shown only once, when the token is created.