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

# List personal 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-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/746c401e5ab7/schema)
