DNSZones
Create Zone
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v3/dns/zones" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "id": 0, "name": "string", "friendly_name": "string", "comment": "string", "type": "PublicManagedZone", "alias_of": "string", "enabled": true, "dnssec": true, "propagated": true, "owner": { "id": 0, "first_name": "string", "last_name": "string", "email": "string", "title": "string" }}How is this guide?
Last updated on