Skip to main content

Restore a domain

This endpoint allows you to restore a domain

Endpoint

POST /registrar/v1/domains/{domain}/restore

Parameters

NameLocationRequiredTypeDefault valueDescription
domainURLYesStringA 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."
}