cURL
curl --request GET \ --url https://api.sentineltrustplay.io/v1/device/{device_id}/bans/cheat \ --header 'Authorization: <authorization>' \ --header 'X-Game-Id: <x-game-id>'
{ "device_id": "dvc_abc123", "status": "active", "counts": { "active": 2, "inactive": 1, "total": 3 }, "items": [ { "ban_id": 3, "ban_type": "cheat", "scope": "game", "publisher_id": "pub_acme", "game_id": "game_fps_01", "reason_code": "aimbot", "details_json": "{\"confidence\": 0.95}", "created_at": "2025-06-15T10:30:00Z", "expires_at": null, "revoked_at": null } ] }
List cheat bans for a device with pagination and status filtering.
Bearer sni_<your-key>
active
inactive
all
ban_id < cursor