---
title: "List tokens"
method: GET
path: "/token"
tags: ["Token"]
---

# List tokens

`GET /token`

List the current user's personal access tokens.

## Response `200`

List of personal access tokens.

- object
  - `data` Token[], required — List of personal access tokens.
    - `id` string, required — Unique object identifier. The format and length of IDs may change over time.
    - `time` object, required — Relevant timestamps for the token.
      - `created` string, required — The created time for the token.
    - `token` string, required — Personal access token (obfuscated).

## Changes

- **2024-12-18** `416a8af6f912` — 2 info
  - api tag `Token` added
  - api tag `Access` removed
- **2024-12-17** `967b257f759f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/token/get.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/d05a14360ad1/schema)
