---
title: "List existing auth tokens"
method: GET
path: "/v1/auth"
tags: ["Auth"]
---

# List existing auth tokens

`GET /v1/auth`

## Response `200`

tokens

- ApiAuthToken[]
  - `token` string, required
  - `name` string, required
  - `hourly_limit` integer
  - `options` ApiAuthTokenOption[]

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/8f32977bfb50/schema)
