Look up properties
GET https://{{host}}/cam/v1/access-keys/:accessKeyUid/versions/:version/properties
Returns information about all of the Property Manager properties that use a specific version of an access key. This operation gets the data directly. To avoid any latency problems, run the Perform a property lookup request asynchronously operation.
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
{
"properties": [
{
"accessKeyUid": 112233,
"productionVersion": 1,
"propertyId": "prp_200073086",
"propertyName": "sales.west",
"stagingVersion": 1,
"version": 1
},
{
"accessKeyUid": 223344,
"productionVersion": null,
"propertyId": "prp_200073087",
"propertyName": "sales.east",
"stagingVersion": 1,
"version": 1
}
]
} |
ENDPOINTS