Base URL
Authentication
Authenticate using theAccessKey header with your account API key:
Find your API key in the account
settings under API Keys.
Configure WAF rules, rate limiting, and security settings via HTTP.
https://api.bunny.net
AccessKey header with your account API key:
curl --request GET \
--url https://api.bunny.net/shield/waf/{shieldZoneId} \
--header 'AccessKey: YOUR_API_KEY'
Was this page helpful?