Skip to content

nameserversResponse

No description available in the specification.

FieldTypeRequiredDescription
domainstringyesThe domain the delegation belongs to.
modestringyesDelegation mode: standard (regfish nameservers), vanity (one of the account’s vanity sets), or external (foreign nameservers, manageable only in the dash). (standard, vanity, external)
currentstring[]yesCurrently delegated nameservers (FQDNs without trailing dot).
vanity_set_idintegeryesActive vanity set id, or null when not delegated to a vanity set.
vanity_setsobject[]yesVanity nameserver sets available on the account.
{
"domain": "string",
"mode": "standard",
"current": [
"string"
],
"vanity_set_id": 0,
"vanity_sets": [
{
"id": 0,
"host": "string",
"nameservers": [
"string"
]
}
]
}