Queries the result of a verification.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceSid | string | No | The service ID that is displayed in the Phone Number Verification Service console. | FA00000000000001 |
To | string | No | The mobile phone number of the recipient. You must add the country code to the beginning of the mobile phone number. | 6212345****01 |
Code | string | No | The verification code. | 1234 |
VerificationId | string | No | The unique authentication ID that is returned by calling the StartVerification operation. | rJXlaR2q5LpKfREtpRPMBfDVQvELZwmBbK5yVR7gr3nLbNAcolLGPYCJaVHt/i+I |
SendDate | long | No | The time when a text message is sent, in milliseconds. You can query text messages that were sent within the last 30 days. | 1677600000000, |
PageSize | long | No | The number of entries to return on each page. | 10 |
CurrentPage | long | No | The number of the page to return. Pages start from page 1. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "HF14955E-EEB5-3CE4-AE50-00F7FC8C1D62\n",
"Message": "OK",
"Model": {
"test": "test",
"test2": 1
},
"Code": "OK",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history