You can call this operation to verify the email address for domain name transfer-in.
The system automatically obtains the email address of the domain name registrant from Whois. If the email address is incorrect or cannot be obtained, the system captures the email address from WHOIS.
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | TransferInRefetchWhoisEmail |
The operation that you want to perform. Set the value to TransferInRefetchWhoisEmail. |
DomainName | String | Yes | example.com |
The domain name for which you want to verify the email address. |
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value:en |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client used by the user to verify the email address for domain name transfer-in. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 40F46D3D-F4F3-4CCB-AC30-2DD20E32E528 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=TransferInRefetchWhoisEmail
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
<TransferInRefetchWhoisEmailResponse>
<RequestId>9625281F-1176-4F57-ACBB-3AEF6E407AFE</RequestId>
</TransferInRefetchWhoisEmailResponse>
JSON
format
{
"RequestId":"C01181CC-D03C-465F-B89F-C78B721567D0"
}
Error codes
For a list of error codes, visit the API Error Center.