Get all API keys

edit

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

Request

edit

GET /api/v1/users/auth/keys

Responses

edit
200

(ApiKeysResponse)

The metadata for the API keys is retrieved.

Request example

edit
curl -XGET https://{{hostname}}/api/v1/users/auth/keys \
-H "Authorization: ApiKey $ECE_API_KEY"