Logo
Elasticsearch API Documentation

users/auth/keys

Number of APIs: 3


1. Create API key

POST {{baseUrl}}/users/auth/keys

Creates a new API key.



2. Delete API keys

DELETE {{baseUrl}}/users/auth/keys

Delete or invalidate API keys.



3. Get all API keys

GET {{baseUrl}}/users/auth/keys

Retrieves the metadata for all of the API keys that the user generated.



ENDPOINTS