Models Hub
API ReferenceToken Management

Batch view token keys

Batch view token keys. This endpoint comes from the current new-api router code and returns a unified management endpoint response; the specific `data` structure varies with the business object.

Edit this page
POST
/api/token/batch/keys

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/token/batch/keys" \  -H "Content-Type: application/json" \  -d '{    "ids": [      0    ]  }'
{
  "success": true,
  "message": "string",
  "data": null
}