Skip to main content
GET
cURL
Use this endpoint to inspect the CometAPI API key used by the request. It returns usage and quota fields for the bearer key, not an account-level list of all keys.
This endpoint uses a CometAPI API key: Authorization: Bearer $COMETAPI_KEY. API key management endpoints use a separate personal access token.

Returned fields

Authorizations

Authorization
string
header
required

CometAPI API key used for model requests. Send it as Authorization: Bearer $COMETAPI_KEY.

Response

200 - application/json

Current API key usage details.

code
boolean
required

Whether the request succeeded.

message
string
required

Status message.

data
object
required
Last modified on June 23, 2026