v1
latestOpenAPI 3.1.02026-07-261690320.7 KBGet threat lists
Get the IP lists configuration for an app including known threat actors and Tor settings
get/firewall/apps/{app_id}/ip-lists
Path parameters
app_idinteger required
The ID of the Zen app
Response
The IP lists configuration has been successfully fetched
Example response
{
"known_threat_actors": [
{
"code": "crowdsec",
"name": "CrowdSec",
"mode": "block"
}
],
"tor": {
"mode": "ignore"
}
}