v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
domain-registration

Renew a domain

Renew the specified domain for a given period (in years). Use $preview=true to get a renewal price quote without executing the renewal.

post/domains/{name}/renewals

Path parameters

namestring required

Query parameters

$previewboolean required

Request body

periodnumber required

Renewal period in years (1-10).

Response

Domain renewal operation created

@type'unstoppabledomains.com/partner.v3.DomainOperationResult' required

Example response

{
  "operation": {
    "id": "op-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "dependencies": [
      {
        "id": "plop_abc12345-1234-1234-1234-abc123456789",
        "parameters": {
          "owner": {
            "id": "con_abc12345-1234-1234-1234-abc123456789"
          },
          "contacts": {
            "admin": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            },
            "billing": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            },
            "tech": {
              "id": "con_abc12345-1234-1234-1234-abc123456789"
            }
          },
          "period": 1
        }
      }
    ]
  }
}