Logo
Akamai APIs API Documentation

Get an access key version

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

Returns detailed information for a specific version of an access key.

 

Body PARAM

Key Datatype Required Description 
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

{ "accessKeyUid": 12345, "cloudAccessKeyId": null, "createdBy": "hgildong", "createdTime": "2021-02-26T13:34:37.916873Z", "deploymentStatus": "ACTIVE", "version": 1, "versionGuid": "5f1c8194-7837-11eb-817b-1b3f28104c18" }



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

ENDPOINTS