メインコンテンツへスキップ
GET
List Tokens
更新日: 2026-07-20

Overview

Retrieve all API tokens created by the current user, with pagination support.
The /api/token/* endpoints are mainly for Crazyrouter dashboard automation around API key management. They require a user access token plus the New-Api-User header, and are not the normal interface for sk-xxx model calls. Use https://crazyrouter.com as the base URL; https://api.crazyrouter.com is reserved for model APIs and returns 404 api_only_endpoint for management paths.

Authentication

Authenticate using the user’s access token with the following headers:

Request Parameters

p
integer
デフォルト:"1"
Page number. The backend accepts older styles too, but 1 is the recommended starting page
size
integer
デフォルト:"10"
Items per page, maximum 100

Response Format

Field Descriptions

Code Examples