Skip to main content
POST
Renew a domain

Authorizations

Authorization
string
header
required

A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.

Body

application/json
order_id
integer
required

Order ID of the domain registration to renew.

Example:

124680932

duration
integer
required

Renewal term in years (1–9).

Required range: 1 <= x <= 9
Example:

1

expiry_timestamp
integer
required

Current expiry of the domain as a Unix epoch timestamp. Must match exactly — use GET /api/v1/domains/orders to retrieve it.

Example:

1835699117

Response

Domain renewed successfully.

status
string
Example:

"SUCCESS"

message
string
Example:

"Domain order renewed"