Get all API keysedit
Retrieves the metadata for all of the API keys that the user generated.
Requestedit
GET /api/v1/users/auth/keys
Responsesedit
-
200
-
(
ApiKeysResponse
) The metadata for the API keys is retrieved.
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET https://{{hostname}}/api/v1/users/auth/keys \ -H "Authorization: ApiKey $ECE_API_KEY"