Versions Compared

Key

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

...

Parameter

Type

Required

Description

bundleID

string

true

Target AppId

device

string

true

android (or) ios

version

string

true

Akamai BMP version

Create Task

Example

POST https://sync.ez-captcha.com/createSyncTask
Content-Type: application/json

Code Block
{
    "clientKey": "YourClientKey",
    "task": {
        "type": "AkamaiBMPTaskProxyless",
        "bundleID": "xxxx",
        "device": "ios",
        "version": "3.3.5"
    }
}

Response Example

The returned payload is submitted as sensor data to the website api via POST request.

...