api access

External API

  1. Home › 
  2. API Access

Renewal

Domain name renewal is the process of extending a domain name registration for an additional period beyond its current expiration date. It is important to renew a domain name in order to retain ownership and keep your website, mail services or other related services up and running

Fully qualified domain name FQDN

Number of years to renew a domain. For most domain name zones this value is between 1 year and 10 years

Current domain expiration date. This parameter helps prevent accidental/double renewals. Deviations from the actual expiration date are allowed. The maximum deviation is 30 days.

Indicates whether the request has been completed or queued for processing

If the request is pending, this object will be null
New expiration date after Renew operation.

HTTP ENDPOINT
POST /v1/domains/:domain/renew
EXAMPLE REQUEST: POST /v1/domains/example.com/renew
{
    "period": 1,
    "current": "2000-06-15"
}
EXAMPLE RESPONSE: HTTP 200 OK
{
    "pending": false,
    "details": {
        "newExpiration": "2001-06-15"
    }
}