Get all API keys for all users
editGet all API keys for all users
editRetrieves the metadata for all of the API keys for all users.
Request
editGET /api/v1/users/auth/keys/_all
Responses
edit-
200
-
The metadata for the API keys is retrieved.
Request example
editcurl -XGET https://{{hostname}}/api/v1/users/auth/keys/_all \ -H "Authorization: ApiKey $ECE_API_KEY"