cURL
curl --request POST \ --url https://api.bunny.net/pullzone/checkavailability \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "Name": "<string>" } '
{ "ErrorKey": "<string>", "Field": "<string>", "Message": "<string>" }
API Access Key authorization header
The zone that will be checked
Determines the name of the zone that we are checking
Returns the model determinining if the zone is available or not
Was this page helpful?