CreateApiKeyRequestedit

The request payload that creates the API keys.

Propertiesedit

description (string, required)
API key description. Useful if there are multiple keys
expiration (string)
The optional expiration for the API key, provided as a duration (ex: '1d', '3h')

Exampleedit

{
   "description" : "string",
   "expiration" : "string"
}