Skip to main content

Create a DNS Zone

POST /v2/dns-zones/
v2
POST
dns-create-dns-zone

Request

Responses

application/json

The ID of the created DNSZone.

  • idstring (uuid)
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"name":"string","parentZoneId":"f0f86186-0a5a-45b2-aa33-502777496347"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/dns-zones