v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBVanity Nameservers
Get Vanity Nameserver
Retrieves details for a of a specific vanity nameserver (including its IP addresses).
get/core/v1/domains/{domainName}/vanity_nameservers/{hostname}
Path parameters
domainNamestring hostname required
Example:example.com
The domain name associated with the vanity nameserver.
hostnamestring hostname required
Example:ns1.example.com
The hostname of the vanity nameserver to retrieve.
Response
Details of the vanity nameserver.
Example response
{
"domainName": "example.com",
"hostname": "ns1.example.com",
"ips": [
"192.168.1.1",
"2001:0db8:85a3:0000:0000:8a2e:0370:7334"
]
}