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