---
title: "列出活跃令牌"
method: GET
path: "/auth/tokens"
tags: ["认证管理"]
---

# 列出活跃令牌

`GET /auth/tokens`

获取当前用户的所有活跃令牌列表

## Query parameters

- `type` 'access' | 'refresh'
- `limit` integer
- `offset` integer

## Response `200`

令牌列表

- object

## Other responses

- `401` — 未授权
- `500` — 服务器错误

---

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