Skip to main content
GET
cURL
使用此端点可列出属于已认证 CometAPI 账户的 API 密钥。返回结果按从新到旧排序。
Console → Personal Settings 生成个人访问令牌,然后将其作为原始 Authorization 请求头值发送。不要添加 Bearer 前缀。

分页

API 密钥状态

返回字段

授权

Authorization
string
header
必填

Personal access token copied from CometAPI Console > Personal Settings. Send the raw token value; do not prefix it with Bearer.

查询参数

p
integer
默认值:1

Page number to return. Defaults to 1.

必填范围: x >= 1
page_size
integer
默认值:20

Number of keys per page. Values above 100 are capped at 100 by the backend.

必填范围: 1 <= x <= 100

响应

200 - application/json

Paginated API key list.

success
boolean
必填
message
string
必填
data
object
必填