Domains: Portfolio
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/api/domains/v1/portfolio/{domain}/renewal
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Response
Success response
Example response
{
"domain": "mydomain.tld",
"status": "Active",
"expires_at": "2027-05-25 13:53:04"
}