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