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.

Request exampleedit

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