Skip to main content

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

Device blocklist status.

Schema
    id object required
    anyOf

    string

    blocked booleanrequired
    date date-timerequired
Loading...