A newer version is available. For the latest information, see the
current release documentation.
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 {{hostname}}/api/v1/users/auth/keys \ -H "Authorization: ApiKey $ECE_API_KEY"