List all DNS zones for your account

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.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/dns/zones
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/dns/zones" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "zones": [
      "string"
    ]
  }
}