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>"
}
]
]
}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>"
}
]
]
}OK
Show child attributes
Was this page helpful?