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