---
title: "List CLI tokens"
method: GET
path: "/api/cli-tokens"
tags: ["Authentication"]
---

# List CLI tokens

`GET /api/cli-tokens`

List all CLI tokens for the current project. Also used by `supercheck whoami` to verify the current token.

## Response `200`

List of CLI tokens

- object
  - `success` boolean
  - `tokens` CliToken[]
    - `id` string, uuid
    - `name` string
    - `start` string — Display prefix (e.g. sck_live_a1b2...)
    - `enabled` boolean
    - `expiresAt` string, date-time, nullable
    - `lastRequest` string, date-time, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Authentication required or token invalid

---

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