Skip to main content
GET
/
billing
/
summary
Get Billing Summary
curl --request GET \
  --url https://api.bunny.net/billing/summary \
  --header 'AccessKey: <api-key>'
[
  {
    "PullZoneId": 123,
    "MonthlyUsage": 123,
    "MonthlyBandwidthUsed": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.bunny.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

Get the billing summary with data report for each Pull Zone

PullZoneId
integer<int64>

The ID of the pull zone

MonthlyUsage
number<decimal>

The total credit amount used in this month by the Pull Zone

MonthlyBandwidthUsed
integer<int64>

The total monthly bandwidth used by the pull zone