Skip to main content
GET
cURL
使用此端點可列出屬於已驗證 CometAPI 帳戶的 API 金鑰。系統會優先回傳最新建立的金鑰。
請先在 Console → Personal Settings 產生 personal access token,然後將它作為原始的 Authorization header 值送出。不要加上 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
必填