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
URL parameters
•︎ domainstring
Fully qualified domain name FQDN
POST body parameters
•︎ periodnumber
Number of years to renew a domain. For most domain name zones this value is between 1 year and 10 years
•︎ currentdate (ISO 8601)
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.
Response parameters
•︎ pendingboolean
Indicates whether the request has been completed or queued for processing
•︎ detailsobject
If the request is pending, this object will be null
•︎ newExpiration
New expiration date after Renew operation.
HTTP ENDPOINT
POST /v1/domains/:domain/renew
EXAMPLE REQUEST: POST /v1/domains/example.com/renew