Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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"
}

...