curl --request POST \
--url https://api.bunny.net/storagezone/checkavailability \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Name": "<string>"
}
'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}Returns the model determinining if the zone is available or not
curl --request POST \
--url https://api.bunny.net/storagezone/checkavailability \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Name": "<string>"
}
'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}Was this page helpful?