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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (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
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}]}