---
title: "Get domain renewal information"
method: GET
path: "/api/domains/v1/portfolio/{domain}/renewal"
tags: ["Domains: Portfolio"]
---

# Get domain renewal information

`GET /api/domains/v1/portfolio/{domain}/renewal`

Retrieve renewal information for a specified domain, including its status and current
expiration date.

Use this endpoint to build renewal automation and expiry monitoring for a single domain.

## Path parameters

- `domain` string, required

## Response `200`

Success response

- DomainsV1PortfolioRenewalRenewalInformationResource
  - `domain` string — Domain name
  - `status` string — Domain status
  - `expires_at` string, date-time — Domain expiration date

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/24d4ef83e12b/schema)
