Skip to main content
GET
/
shield
/
metrics
/
shield-zone
/
{shieldZoneId}
/
bot-detection
cURL
curl --request GET \
  --url https://api.bunny.net/shield/metrics/shield-zone/{shieldZoneId}/bot-detection
{
  "error": {
    "statusCode": 100,
    "success": true,
    "message": "<string>",
    "errorKey": "<string>"
  },
  "data": {
    "overviewPastTwentyEightDays": {},
    "totalLoggedRequests": 123,
    "totalChallengedRequests": 123
  }
}

Path Parameters

shieldZoneId
integer<int32>
required

The ID of the Shield Zone.

Response

OK

error
object

Generic response object containing status information for API operations.

data
object