Returns a list of name servers for the given domain name.
https://backoffice.hostcontrol.com/api/v1/domain/[domain_name]/name-server
None
GET https://backoffice.hostcontrol.com/api/v1/domain/example.com/name-server
Result
{
"result": [
{
"hostname": "ns-test.hostcontrol.com"
},
{
"hostname": "ns2-test.hostcontrol.com"
},
{
"hostname": "ns1.backupns.nl"
}
],
"success": true
}