Skip to main content
POST
/
storagezone
/
checkavailability
Check the storage zone availability
curl --request POST \
  --url https://api.bunny.net/storagezone/checkavailability \
  --header 'AccessKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "Name": "<string>"
}
'

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Body

Name
string | null

Determines the name of the zone that we are checking

Response

Returns the model determinining if the zone is available or not