cURL
curl --request GET \ --url https://api.bunny.net/storagezone/regions \ --header 'AccessKey: <api-key>'
[ { "Id": "<string>", "Name": "<string>", "Url": "<string>" } ]
API Access Key authorization header
A list of available storage zone regions
The unique identifier for the storage region
The name of the storage region
The storage endpoint URL for this region
Was this page helpful?