api access

External API

  1. Home › 
  2. API Access

Changing a domain

The update operation allows you to change domain name attributes

Fully qualified domain name FQDN

If true, the domain name will be automatically renewed

The name servers that a domain name uses for delegation
An array of name servers. Most domain name zones require at least two name servers to be specified
If no list of nameservers is specified, one of the providers is specified. If a list of name servers is specified, the provider should be omitted
basic Regery default nameservers set
blackHole black hole name servers. Such servers always return NXDOMAIN

During the registration process, you must provide a link to at least the registrant's contact information
Link to domain name owner contact details
Reference to contact details
Reference to contact details
Reference to contact details
For each domain zone additional services can be used to assist in registration. Such services may be combined depending on the rules of a particular domain zone
proxy contact information is not sent to the registry, but instead proxy contacts are sent. This helps to hide domain owner information from the public WHOIS
trustedRegistrant if the domain name zone has special requirements for the domain name owner, this service will help fulfill the registry's requirements by providing a trusted contact
trustedAdmin if a domain name zone has special requirements for a domain name administrator contact, this service will help fulfill registry requirements by providing a trusted contact
trustedTech if a domain name zone has specific requirements for a domain name technician contact, this service will help fulfill registry requirements by providing a trusted contact
Some registries have the ability to hide/disclose contact information from publicly available WHOIS resources. This option can be controlled by this flag if the registry supports it

Indicates whether the request has been completed or queued for processing

HTTP ENDPOINT
PATCH /v1/domains/:domain
EXAMPLE REQUEST: PATCH /v1/domains/example.com
{
    "nameservers": {
        "list": ["ns3.nameserver.com", "ns4.nameserver.com"]
    }
}
EXAMPLE RESPONSE: HTTP 200 OK
{
    "pending": false
}