---
title: "List API tokens"
method: GET
path: "/api/user/{username}/tokens"
---

# List API tokens

`GET /api/user/{username}/tokens`

## Response `200`

OK

- UserToken[]
  - `id` string
  - `name` string
  - `token` string, nullable
  - `created_at` string, date-time
  - `last_used` string, date-time, nullable
  - `expires_at` string, date-time, nullable

---

[API](https://skmtc.net/unblocked/apis/chissl-server-api.md) · [All operations](https://skmtc.net/unblocked/apis/chissl-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unblocked/chissl-server-api/versions/37f6c5213a85/schema)
