Get an ID for an asynchronous property lookup requestCopy Pageget https://{hostname}/cam/v1/access-keys/{accessKeyUid}/versions/{version}/property-lookup-idGet the unique identifier used to perform an asynchronous property lookup request.Path ParamsversionintegerrequiredThe version number of the access key.accessKeyUidintegerrequiredThe unique identifier Akamai assigns to an access key.Query ParamsaccountSwitchKeystringFor 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.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 202Response contains the unique ID that Akamai created for a lookup request and location to it in 'Location' header. The response contains the requestId assigned to the request to create a new access key. It also includes the Location and Retry-After response headers that apply to the request. 404Not found. An access key with the provided accessKeyUid doesn't exist. 500Internal service error. A problem has occurred while calling an external service. Retry the operation.Updated about 2 months ago