cURL
curl --request GET \ --url https://api.bunny.net/billing/summary \ --header 'AccessKey: <api-key>'
[ { "PullZoneId": 123, "MonthlyUsage": 123, "MonthlyBandwidthUsed": 123 } ]
Documentation IndexFetch the complete documentation index at: https://docs.bunny.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
API Access Key authorization header
Get the billing summary with data report for each Pull Zone
The ID of the pull zone
The total credit amount used in this month by the Pull Zone
The total monthly bandwidth used by the pull zone
Was this page helpful?