Skip to main content
GET
/
shield
/
shield-zone
/
{shieldZoneId}
/
bot-categorization
List bots available for explicit allow/block configuration on this Shield Zone, grouped by category.
curl --request GET \
  --url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/bot-categorization
{
  "categories": [
    {
      "bots": [
        {
          "botId": 123,
          "userAgentMatch": "<string>",
          "isVerifiable": true
        }
      ]
    }
  ],
  "error": {
    "success": true,
    "message": "<string>",
    "errorKey": "<string>"
  }
}

Path Parameters

shieldZoneId
integer<int32>
required

Response

OK

categories
object[] | null
error
object

Generic response object containing status information for API operations.