Skip to main content
GET
cURL
Use this endpoint to list API keys that belong to the authenticated CometAPI account. The newest keys are returned first.
Generate a personal access token at Console → Personal Settings, then send it as the raw Authorization header value. Do not prefix it with Bearer.

Pagination

API key status

Returned fields

Authorizations

Authorization
string
header
required

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

Query Parameters

p
integer
default:1

Page number to return. Defaults to 1.

Required range: x >= 1
page_size
integer
default:20

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

Required range: 1 <= x <= 100

Response

200 - application/json

Paginated API key list.

success
boolean
required
message
string
required
data
object
required
Last modified on June 23, 2026