Logo
Akamai APIs API Documentation

List access keys

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

Returns detailed information about all access keys available to the current user account.

 

Body PARAM

Key Datatype Required Description 
versionGuid
string (Optional) The unique identifier assigned to an access key version.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "accessKeys": [ { "accessKeyName": "Sales-s3", "accessKeyUid": 56514, "authenticationMethod": "AWS4_HMAC_SHA256", "createdBy": "mrossi", "createdTime": "2021-02-24T09:09:52.782555Z", "groups": [ { "contractIds": [ "K-0N7RAK71" ], "groupId": 32145, "groupName": "Sales" } ], "latestVersion": 1, "networkConfiguration": { "additionalCdn": "RUSSIA_CDN", "securityNetwork": "ENHANCED_TLS" }, "note": "Sales key note" }, { "accessKeyName": "Home automation | s3", "accessKeyUid": 56512, "authenticationMethod": "AWS4_HMAC_SHA256", "createdBy": "tyamada", "createdTime": "2021-02-26T09:09:15.428314Z", "groups": [ { "contractIds": [ "C-0N7RAC7" ], "groupId": 54321, "groupName": "Smarthomes" } ], "latestVersion": 3, "networkConfiguration": { "additionalCdn": null, "securityNetwork": "ENHANCED_TLS" }, "note": "Home automation key note" } ] }



Curl
curl -X GET 'https://undefined/cam/v1/access-keys?versionGuid=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS