A newer version is available. For the latest information, see the
current release documentation.
CreateApiKeyRequest
edit
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" }