Skip to main content
GET
/
storagezone
/
regions
Get Storage Zone Regions
curl --request GET \
  --url https://api.bunny.net/storagezone/regions \
  --header 'AccessKey: <api-key>'
[
  {
    "Id": "<string>",
    "Name": "<string>",
    "Url": "<string>"
  }
]

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

A list of available storage zone regions

Id
string | null

The unique identifier for the storage region

Name
string | null

The name of the storage region

Url
string | null

The storage endpoint URL for this region