Skip to main content
GET
cURL
Use this endpoint to retrieve one API key record by ID.
Generate a personal access token at Console → Personal Settings, then send it as the raw Authorization header value. Do not prefix it with Bearer.
The id path parameter is the numeric key ID returned by List API keys.

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.

Path Parameters

id
integer
required

Numeric API key ID returned by the list endpoint.

Response

200 - application/json

API key record.

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