API Reference
The attack-history and firewall endpoints, with a playground that sends real requests.
Seven endpoints. Each page carries the full request and response schema and a Try it panel that sends a real request to the live API with whatever key you paste in.
The playground is not a sandbox. Use a key scoped to reads while exploring — a key that can delete firewall rules will delete them.
Attack history
GET /attacks— list attacks against your IP space
Firewall
GET /firewall/ips/{ip}— read the rules and filters on one IPGET /firewall/ips/{ip}/filters/available— filter types available for one IPPOST /firewall/ips/{ip}/rules— create rulesDELETE /firewall/ips/{ip}/rules— delete rules by idPOST /firewall/ips/{ip}/filters— apply a stateful filterDELETE /firewall/ips/{ip}/filters— remove stateful filters