CreateApiKeyRequestedit

The request payload that creates the API keys.

Propertiesedit

authentication_token (string)
Deprecated. The security token from reauthenticate API
description (string, required)
API key description. Useful if there are multiple keys

Exampleedit

{
   "authentication_token" : "string",
   "description" : "string"
}