Skip to main content
GET
/
pullzone
/
count
Count Pull Zones
curl --request GET \
  --url https://api.bunny.net/pullzone/count \
  --header 'AccessKey: <api-key>'
{
  "Count": 123
}

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

The total number of Pull Zones on the account

Count
integer<int32>