---
title: "List API Tokens"
method: GET
path: "/v2/api-tokens"
tags: ["API Tokens"]
---

# List API Tokens

`GET /v2/api-tokens`

Returns a paginated list of API tokens with obfuscated token IDs.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- object
  - `total` integer
  - `nextPage` number, nullable
  - `tokens` ApiToken[]
    - `id` string, required — The ID of the API token.
    - `obfuscatedToken` string, required — The string representing the token obfuscated
    - `label` string, required — The label of the API token.
    - `role` 'developer' | 'admin' | 'systemAdmin' | 'systemAnalyst', required — The role of the API token.
    - `lastUsed` string, nullable — The date and time the API token was last used.
    - `created` string, required — The date and time the API token was last used.
    - `createdBy` string, required — The email of the user who created the API token.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/appetize/apis/appetize-v2-api-reference.md) · [All operations](https://skmtc.dev/appetize/apis/appetize-v2-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/appetize/appetize-v2-api-reference/revisions/41ba82391a6e/schema)
