List access key versions

GET https://{{host}}/cam/v1/access-keys/:accessKeyUid/versions

Returns detailed information about all of the versions for a specific access key.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"accessKeyVersions":[{"accessKeyUid":12345,"cloudAccessKeyId":null,"createdBy":"jsmith","createdTime":"2021-02-26T14:48:27.355346Z","deploymentStatus":"PENDING_ACTIVATION","version":2,"versionGuid":"af434285-7841-11eb-817b-1f41209f67ec"},{"accessKeyUid":12345,"cloudAccessKeyId":null,"createdBy":"mrossi","createdTime":"2021-02-26T13:34:37.916873Z","deploymentStatus":"ACTIVE","version":1,"versionGuid":"5f1c8194-7837-11eb-817b-1b3f28104c18"}]}