v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrar restore
Restore a domain
Explicitly restores an domain that can not be renewed anymore, if the registry supports this function.
Your account must be active for this command to complete successfully. You will be automatically charged the restore fee upon successful restore, so please be careful with this command.
post/{account}/registrar/domains/{domain}/restores
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Request body
Example request
{
"premium_price": "109.00"
}Response
Domain restore created
Example response
{
"data": {
"id": 1,
"domain_id": 999,
"state": "new",
"created_at": "2016-12-09T19:46:45Z",
"updated_at": "2016-12-09T19:46:45Z"
}
}