Create a DNS Zone
Request
curl --location \
--request POST 'https://dns.de-fra.ionos.com/zones' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiO' \
--header 'Content-Type: application/json' \
--data '{
"properties": {
"zoneName": "example.com",
"description": "example of zone creation",
"enabled": true
}
}'Response
Response Fields
Field
Type
Description
Example
Last updated
Was this helpful?