/bff/firewall/list
Returns a paginated list of firewall rejection events for the current organisation.
FirewallgetBffFirewallList
Parameters
4 query
Query · 4
pagestringPage number (1-based) for pagination.
limitstringMaximum items per page (1–500, default 100).
typeCodestringFilter by rejection type code (e.g. "tor").
categorystringFilter by category (network|identity|rate|content|fraud).
Request
GET /bff/firewall/list
curl -X GET "https://api.bizkithub.com/bff/firewall/list?page=1&limit=100&typeCode=tor&category=network" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.