---
title: "List Api Tokens"
method: GET
path: "/api/v1/management/authentication/{env_id}/api-token"
tags: ["Authentication"]
---

# List Api Tokens

`GET /api/v1/management/authentication/{env_id}/api-token`

List all API Tokens.

## Path parameters

- `env_id` string, required — The Environment's ID.

## Query parameters

- `limit` integer — Limit the number of returned items
- `iterator` string, nullable — The iterator returned from a prior invocation
- `order` 'ascending' | 'descending' — Defines the ordering in a listing of results.

## Response `200`

- ListResponseApiTokenCensoredOut
  - `data` ApiTokenCensoredOut[], required
    - `censoredToken` string, required
    - `id` string, required
    - `name` string, nullable
    - `createdAt` string, date-time, required
    - `expiresAt` string, date-time, nullable
    - `scopes` string[], nullable
  - `iterator` string, nullable, required
  - `prevIterator` string, nullable
  - `done` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

[API](https://skmtc.net/svix/apis/svix-api.md) · [All operations](https://skmtc.net/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/svix-api/versions/16dbcc056c48/schema)
