curl --request GET \
--url https://api.bunny.net/dnszone/{id}/export \
--header 'AccessKey: <api-key>'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}Returns the model determinining if the zone is available or not
curl --request GET \
--url https://api.bunny.net/dnszone/{id}/export \
--header 'AccessKey: <api-key>'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}Was this page helpful?