API Description
Get results by UUID
POST /api/v1/result/uuid
Host: bp.yourcompany.com
X-Secret-Key: <secret_key>
Body: [uuid1, uuid2, uuid3 ...] // JSON-array of identifiers200 OK
Body: [12, 43, null ...] // JSON-array of identifier matches and the likelihood of their proximity to bots (if null, this means that this user did not pass the challenge in the BP SDK)Get results by Device ID
POST /api/v1/result/device
Host: bp.yourcompany.com
X-Secret-Key: <secret_key>
Body: [deviceid1, deviceid2, deviceid3 ...] // JSON-array of device IDsGet results by Challenge ID
Last updated
Was this helpful?