The command “Domain_restore_request” allows requesting the restoration of a domain name. Depending on the extension, Namebay can not guarantee the restoration of a domain name (contact our technical department for more information).
Inputs | Description | Type | Regular expression | Mandatory |
name | Domain name to restore | String | [A-Za-z0-9-\.]{5,68} | Yes |
Output | Description | Type | Regular expression | Mandatory |
Only “result” and “msg” fields | Yes |
Command
<api> […] <command> <domain_restore_request> <name>…</name> </domain_restore_request> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> </api> |