Get all API keys for a user

edit

Retrieves all of the API key metadata for a user.

Request

edit

GET /api/v1/users/{user_id}/auth/keys

Path parameters

edit
Name Type Required Description

user_id

string

Y

The user ID.

Responses

edit
200

(ApiKeysResponse) The API key metadata is retrieved.

404

(BasicFailedReply) The {user_id} can't be found. (code: api_keys.user_not_found)

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET {{hostname}}/api/v1/users/{user_id}/auth/keys \
-u $CLOUD_USER:$CLOUD_KEY