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
  }
]

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