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
}

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

The total number of Pull Zones on the account

Count
integer<int32>