Logo
Akamai APIs API Documentation

Perform a property lookup request asynchronously

GET https://{{host}}/cam/v1/property-lookups/:lookupId

Provides functionality similar to the Perform a property lookup request operation, but accesses the data asynchronously after running the Get an ID for an asynchronous property lookup request operation to obtain the lookupId.

 

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

{ "lookupId": 1221649, "lookupStatus": "COMPLETE", "properties": [ { "accessKeyUid": 112233, "productionVersion": 1, "propertyId": "prp_200073086", "propertyName": "sales.west", "stagingVersion": 1, "version": 1 }, { "accessKeyUid": 112233, "productionVersion": null, "propertyId": "prp_200073087", "propertyName": "sales.east", "stagingVersion": 1, "version": 1 } ] }



Curl
curl -X GET 'https://undefined/cam/v1/property-lookups/:lookupId?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS