Restore a domain
This endpoint allows you to restore a domain
Endpoint
POST /registrar/v1/domains/{domain}/restore
Parameters
| Name | Location | Required | Type | Default value | Description |
|---|---|---|---|---|---|
| domain | URL | Yes | String | A complete domain name |
Response
Restore domain
Example Request
POST https://api.nameshield.net/registrar/v1/domains/exemple.com/restore
Content-Type: application/json
Example Response
Renew domain
{
"message": "The domain has been successfully restored."
}