cURL
curl --request GET \ --url https://api.bunny.net/billing/summary \ --header 'AccessKey: <api-key>'
[ { "PullZoneId": 123, "MonthlyUsage": 123, "MonthlyBandwidthUsed": 123 } ]
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?