For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get domain renewal information

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.

Get domain renewal information

get

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.

Authorizations
AuthorizationstringRequired

API Token authentication

Path parameters
domainstringRequired

Domain name

Example: mydomain.tld
Responses
200

Success response

application/json
domainstringOptional

Domain name

Example: mydomain.tld
statusstringOptional

Domain status

Example: Active
expires_atstring · date-timeOptional

Domain expiration date

Example: 2027-05-25 13:53:04
get/api/domains/v1/portfolio/{domain}/renewal
GET /api/domains/v1/portfolio/{domain}/renewal HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "domain": "mydomain.tld",
  "status": "Active",
  "expires_at": "2027-05-25 13:53:04"
}

Last updated

Was this helpful?