v1

latestOpenAPI 3.1.02026-07-2671111437.2 KB
Vanity Nameservers

List Vanity Nameservers

Lists all vanity nameserver hostnames configured for a domain.

get/core/v1/domains/{domainName}/vanity_nameservers

Path parameters

domainNamestring hostname required
Example:example.com

The domain name to list vanity nameservers for.

Query parameters

perPageinteger

Maximum number of records to return per page for paginated list endpoints.

Example:50

The number of records to return per page. Defaults to 500.

pageinteger
Example:2

The page number to return.

Response

List of vanity nameservers.

lastPageinteger nullable

LastPage is the identifier for the final page of results. It is only populated if there is another page of results after the current page. If no further pages exist, this field will be null.

nextPageinteger nullable

NextPage is the identifier for the next page of results. It is only populated if there is another page of results after the current page. If no further pages exist, this field will be null.

Example response

{
  "lastPage": 5,
  "nextPage": 2,
  "vanityNameservers": []
}