v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Get bot lists

Get the bot lists configuration for an app

get/firewall/apps/{app_id}/bot-lists

Path parameters

app_idinteger required

The ID of the Zen app

Response

The bot lists configuration has been successfully fetched

codestring
namestring
mode'ignore' | 'monitor' | 'block'

ignore: Not subscribed, monitor: Subscribed but monitoring only, block: Subscribed and blocking

Example response

[
  {
    "code": "ai_data_scrapers",
    "name": "AI Data Scrapers",
    "mode": "block"
  },
  {
    "code": "search_engines",
    "name": "Search Engines",
    "mode": "monitor"
  },
  {
    "code": "headless_browsers",
    "name": "Headless Browsers",
    "mode": "ignore"
  }
]