View all DNS zones that you manage with us. This is useful when you need an overview of your domains' DNS settings or want to prepare for making changes.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/dns/zones curl -X GET "https://cloud.hostup.se/api/dns/zones" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"zones": [
"string"
]
}
}