IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

CreateApiKeyRequest

edit

The 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"
}