A newer version is available. For the latest information, see the
current release documentation.
ApiKeyResponse
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ApiKeyResponse
editThe response model for an API key.
Properties
edit-
creation_date(stringasdate-time, required) - The date/time for when the API key is created.
-
description(string, required) - The API key description. TIP: Useful when you have multiple API keys.
-
id(string, required) - The API key ID.
-
key(string) - The API key. TIP: Since the API key is returned only once, save it in a safe place.
-
user_id(string) - The user ID.
Example
edit{
"creation_date" : "2019-01-01T00:00:00Z",
"description" : "string",
"id" : "string",
"key" : "string",
"user_id" : "string"
}