List Tokens
API Key & Console Management
List Tokens
Get a paginated list of API tokens for the current user
GET
List Tokens
Last updated: 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
integer
default:"1"
Page number. The backend accepts older styles too, but
1 is the recommended starting pageinteger
default:"10"
Items per page, maximum 100