Indicates if the domain, passed as parameter, is recoverable or not.
Inputs | Description | Type | Regular expression | Mandatory |
name | Domain name | String | [A-Za-z0-9-\.]{5,150} | Yes |
Outputs | Description | Type | Regular expression | Mandatory |
value | Information of the restorability of a domain | String : – If the domain is transferable IN at : This domain is not belong to namebay (WHOIS statut : ” + statusWHOIS + “) – If the domain is transferable OUT at Namebay : “This domain is transferable (statut : statut du domaine)” – If the domain is not transferable OUT at namebay : “This domain is not transferable (statut : statut du domaine)” |
Yes |
Command
<api> […] <command> <domain_authcode> <name>…</name> </domain_authcode> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> <value>…</value> </result> </response> </api> |