Queries verified and to-be-verified email addresses.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListEmailVerification |
The operation that you want to perform. Set the value to ListEmailVerification. |
String | No | 82106****@qq.com |
The email address that you want to query. You can upload one email address every time. |
|
VerificationStatus | Integer | No | 1 |
The verification status of the email address. Valid values:
|
BeginCreateTime | Long | No | 1522080000000 |
The time when the email address verification task was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC. |
EndCreateTime | Long | No | 1522080000000 |
The time when the email address verification task was ended. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC. |
PageSize | Integer | No | 500 |
The number of entries to return on each page. Default value: 0. Maximum value: 5000. You can specify this parameter based on your business requirements. |
PageNum | Integer | No | 1 |
The number of the page to return. Default value: 0. You can specify this parameter based on your business requirements. |
Lang | String | No | en |
The language of the error message returned. Valid values:
Default value: en. |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client that is used for the query. Set the value to 127.0.0.1. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
CurrentPageNum | Integer | 1 |
The page number of the returned page. |
Data | Array of EmailVerification |
The verified and to-be-verified email addresses returned. |
|
ConfirmIp | String | 127.0.0.1 |
The IP address of the client whose email address is verified. |
String | test1@aliyun.com |
The email address that is verified. |
|
EmailVerificationNo | String | 00000a21fd374da99d9c95b48500000 |
The ID of the email address that is verified. The ID is automatically generated by the system. |
GmtCreate | String | Dec 25,2017 03:38:46 |
The creation time of the record in the database. |
GmtModified | String | Dec 25,2017 03:41:11 |
The update time of the record in the database. |
SendIp | String | 127.0.0.1 |
The IP address of the client from which the email address verification is initiated. |
TokenSendTime | String | Dec 25,2017 03:38:46 |
The time when the email verification token was sent. |
UserId | String | 0000 |
The ID of the user account. |
VerificationStatus | Integer | 1 |
The verification status of the email address. Valid values:
|
VerificationTime | String | Dec 25,2017 03:41:11 |
The time when the email address verification was ended. |
NextPage | Boolean | false |
Indicates whether the current page is followed by another page. |
PageSize | Integer | 500 |
The number of entries returned per page. |
PrePage | Boolean | false |
Indicates whether the current page follows another page. |
TotalPageNum | Integer | 1 |
The total number of pages returned. |
TotalItemNum | Integer | 2 |
The total number of domain names recorded. |
RequestId | String | 78C60CC3-FF0A-44E2-989A-DDE0597791C3 |
The ID of the request. |
Examples
Sample requests
http(s)://domain.aliyuncs.com/? Action=ListEmailVerification
&<Common request parameters>
Sample success responses
XML
format
<ListEmailVerificationResponse>
<Data>
<EmailVerification>
<ConfirmIp>127.0.0.1</ConfirmIp>
<TokenSendTime>Dec 25,2017 03:38:46</TokenSendTime>
<Email>test1@aliyun.com</Email>
<VerificationStatus>1</VerificationStatus>
<SendIp>127.0.0.1</SendIp>
<VerificationTime>Dec 25,2017 03:41:11</VerificationTime>
<EmailVerificationNo>00000a21fd374da99d9c95b48500000</EmailVerificationNo>
<UserId>0000</UserId>
<GmtCreate>Dec 25,2017 03:38:46</GmtCreate>
<GmtModified>Dec 25,2017 03:41:11</GmtModified>
</EmailVerification>
<EmailVerification>
<ConfirmIp>127.0.0.1</ConfirmIp>
<TokenSendTime>Dec 25,2017 03:35:22</TokenSendTime>
<Email>test2@aliyun.com</Email>
<VerificationStatus>1</VerificationStatus>
<SendIp>127.0.0.1</SendIp>
<VerificationTime>Dec 25,2017 03:36:57</VerificationTime>
<EmailVerificationNo>0000021fd374da99d9c95b48500000</EmailVerificationNo>
<UserId>0000</UserId>
<GmtCreate>Dec 25,2017 03:32:40</GmtCreate>
<GmtModified>Dec 25,2017 03:36:57</GmtModified>
</EmailVerification>
</Data>
<TotalItemNum>2</TotalItemNum>
<PageSize>500</PageSize>
<CurrentPageNum>1</CurrentPageNum>
<RequestId>4BF41EC0-C147-4F88-8B3D-D569AF5C3E8B</RequestId>
<PrePage>false</PrePage>
<TotalPageNum>1</TotalPageNum>
<NextPage>false</NextPage>
</ListEmailVerificationResponse>
JSON
format
{
"PrePage": false,
"CurrentPageNum": 1,
"PageSize": 500,
"RequestId": "78C60CC3-FF0A-44E2-989A-DDE0597791C3",
"TotalPageNum": 1,
"Data": [
{
"VerificationStatus": 0,
"GmtCreate": "2020-08-07 15:34:18",
"Email": "821067279@qq.com",
"EmailVerificationNo": "c8b3ede2e65742478eb8216ebf94b62a",
"UserId": "1406926474064770",
"GmtModified": "2020-08-07 15:54:09",
"SendIp": "127.0.0.1",
"TokenSendTime": "2020-08-07 15:54:09"
}
],
"TotalItemNum": 1,
"NextPage": false
}
Error codes
For a list of error codes, visit the API Error Center.