Skip to main content
GET
/
shield
/
metrics
/
rate-limit
/
{id}
cURL
curl --request GET \
  --url https://api.bunny.net/shield/metrics/rate-limit/{id}
{
  "data": {
    "overview": {
      "totalBreaches": 123,
      "loggedBreaches": 123,
      "challengedBreaches": 123,
      "blockedBreaches": 123
    },
    "ratelimitOverviewPastTwentyEightDays": {}
  },
  "error": {
    "statusCode": 100,
    "success": true,
    "message": "<string>",
    "errorKey": "<string>"
  }
}

Path Parameters

id
integer<int32>
required

The ID of the Rate limit.

Response

OK

data
object
error
object

Generic response object containing status information for API operations.