POST /order/domains/renew
Send the body as application/x-www-form-urlencoded. Authenticate with the username and token headers described in Authentication.
Parameters
text
required
The full domain to renew, for example
hostraha-demo-42.com.numeric
required
Number of years to add to the current registration. Must be a period the TLD offers (see TLDs).
object
Optional add-ons to renew alongside the domain, sent as
addons[dnsmanagement], addons[emailforwarding], and addons[idprotection], each 1 or 0. See the Addons model.Request
Response
On success the endpoint returns the bare JSON string"success".