CreateApiKeyRequest

edit

The request payload that creates the API keys.

Properties

edit
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')

Example

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