v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrar renewal
Retrieve a domain renewal
Retrieves the details of an existing domain renewal.
get/{account}/registrar/domains/{domain}/renewals/{domainrenewal}
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
domainrenewalinteger required
The domain renewal id
Response
Domain renewal details.
Example response
{
"data": {
"id": 1,
"domain_id": 999,
"period": 1,
"state": "new",
"created_at": "2016-12-09T19:46:45Z",
"updated_at": "2016-12-09T19:46:45Z"
}
}