Skip to main content
GET
/
shield
/
waf
/
profiles
cURL
curl --request GET \
  --url https://api.bunny.net/shield/waf/profiles
{
  "data": [
    [
      {
        "id": 123,
        "name": "<string>",
        "isPremium": true,
        "profileCategory": "<string>",
        "imageUrl": "<string>",
        "description": "<string>",
        "features": "<string>"
      }
    ]
  ]
}

Response

OK

data
object[][] | null