v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBVanity Nameservers
Create Vanity Nameserver
Register a new vanity nameserver for the specified domain.
post/core/v1/domains/{domainName}/vanity_nameservers
Path parameters
domainNamestring hostname required
Example:example.com
The domain name to create a vanity nameserver for.
Request body
Example request
{
"hostname": "ns1",
"ips": [
"192.168.1.10",
"2001:0db8:85a3:0000:0000:8a2e:0370:7334"
]
}Response
Vanity nameserver successfully created.
Example response
{
"domainName": "example.com",
"hostname": "ns1.example.com",
"ips": [
"192.168.1.1",
"2001:0db8:85a3:0000:0000:8a2e:0370:7334"
]
}