DNSZones
Create Zone
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Request Body
application/json
name*string
Zone name
options?|null
Zone options
Response Body
application/json
curl -X POST "https://api.misaka.io/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