curl --request POST \
--url https://api.bunny.net/storagezone/checkavailability \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Name": "<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>"
}
'Was this page helpful?