...
Code Block |
---|
{ "clientKey": "YourClientKey", "task": { "type": "AkamaiTaskProxyless", "bundleID": "xxxx" } } |
Response Example
The returned payload is submitted as sensor data to the website api via POST request.
Code Block |
---|
{ "errorId": 0, "solution": { "payload": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "status": "ready" } |
...