Account Custom Nameservers

custom_nameservers

Methods

Get Eligible Zones For Account Custom Nameservers -> Envelope<Array<string>>
get/accounts/{account_id}/custom_ns/availability

Get Eligible Zones for Account Custom Nameservers

Add Account Custom Nameserver -> Envelope<>
post/accounts/{account_id}/custom_ns

Add Account Custom Nameserver

Delete Account Custom Nameserver -> Envelope<Array<string>>
delete/accounts/{account_id}/custom_ns/{custom_ns_id}

Delete Account Custom Nameserver

List Account Custom Nameservers -> Envelope<Array<>>
get/accounts/{account_id}/custom_ns

List an account's custom nameservers.

Domain types

CustomNameserver = { dns_records, ns_name, status, 2 more... }

A single account custom nameserver.