Queries verification results.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceSid |
string |
No |
The service ID displayed in the Phone Number Verification Service console. |
FA00000000000001 |
| To |
string |
No |
The recipient's phone number, including the country code prefix. |
6212345****01 |
| Code |
string |
No |
The verification code. |
1234 |
| VerificationId |
string |
No |
The unique authentication ID returned by the StartVerification operation. |
rJXlaR2q5LpKfREtpRPMBfDVQvELZwmBbK5yVR7gr3nLbNAcolLGPYCJaVHt/i+I |
| SendDate |
integer |
No |
The time when the message was sent, in milliseconds. You can query messages sent within the last 30 days. |
1677600000000, |
| PageSize |
integer |
No |
The number of entries to return on each page. |
10 |
| CurrentPage |
integer |
No |
The page number to return. Pages start from page 1. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique ID for each request. |
HF14955E-EEB5-3CE4-AE50-00F7FC8C1D62 |
| Message |
string |
The returned message. |
OK |
| Model |
object |
The returned data. |
{ "records": \[ { "sendDate":, "channel": "", "serviceSid": "", "to": "", "updatedDate":, "verificationId": "", "status": "" } ], "pageNo": , "totalPage": 1, "pageSize": 20, "totalCount": 1, } |
| Code |
string |
The returned HTTP status code. |
OK |
| Success |
boolean |
Whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "HF14955E-EEB5-3CE4-AE50-00F7FC8C1D62\n",
"Message": "OK",
"Model": {
"test": "test",
"test2": 1
},
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.