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

# List active tokens

`GET /auth/api-tokens`

Lists all active (non-revoked) API tokens for the authenticated partner. Requires token management to be enabled for the partner.

## Response `200`

List of active tokens

- ApiTokenListItem[]
  - `tokenId` string, required — Unique token identifier
  - `label` string, nullable, required — Human-readable label
  - `scopes` string[], required — Granted scopes
  - `createdAt` string, date-time, required — Token creation timestamp
  - `lastUsedAt` string, date-time, nullable, required — Last time the token was used for authentication

## Other responses

- `401` — Not authenticated
- `403` — Token management not enabled for this partner

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/versions/f60847044e0d/schema)
