---
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.
    - `created` string, required — The created time for the token.
    - `token` string, required — Personal access token (obfuscated).

## Other responses

- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2025-03-19** `1c6726b12e29` — 3 breaking, 18 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `401`
  - …17 more
- **2025-03-07** `979a6c40552c` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2025-02-26** `63020ea66b47` — 1 breaking, 1 info
  - removed the required property `data/items/time` from the response with the `200` status
  - added the required property `data/items/created` to the response with the `200` status
- **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/84ef614abb97/schema)
