It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Get all API keys
editGet all API keys
editRetrieves the metadata for all of the API keys that the user generated.
Request
editGET /api/v1/users/auth/keys
Responses
edit-
200
-
(
ApiKeysResponse
) The metadata for the API keys is retrieved.
Request example
editcurl -XGET https://{{hostname}}/api/v1/users/auth/keys \ -H "Authorization: ApiKey $ECE_API_KEY"