All Endpoints

Request Headers

authorizationstring*required

Authorization token (required).

Response Body

dataarray*required

A list of API keys.

Items
object
Properties
api_keystring*required

An ObjectiveAI API Key. The format is always `apk` followed by 32 hexadecimal characters.

createdstring*required

The RFC 3339 timestamp when the API key was created.

expiresstringoptional

The RFC 3339 timestamp when the API key expires, or null if it does not expire.

disabledstringoptional

The RFC 3339 timestamp when the API key was disabled, or null if it is not disabled.

namestring*required

The name of the API key.

descriptionstringoptional

The description of the API key, or null if no description was provided.

costnumber*required

The total cost incurred while using this API key.