Check if a device is on the blocklist
GET/api/v8/partner/fraud/blocklist/:device_id
Returns whether the given device ID is blocked for this client. Unknown devices are not blocked.
Request
Path Parameters
device_id uuidrequired
The unique identifier of the device.
Responses
- 200
Device blocklist status.
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
id object required
anyOf
string
string
blocked booleanrequired
date date-timerequired
{
"id": "string",
"blocked": true
}
Loading...