IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
CreateApiKeyRequest
editCreateApiKeyRequest
editThe request payload that creates the API keys.
Properties
edit-
authentication_token
(string
) - Deprecated. The security token from reauthenticate API
-
description
(string
, required) - API key description. Useful if there are multiple keys
Example
edit{ "authentication_token" : "string", "description" : "string" }