Retrieves the result of an identification request.
Operation description
Review the pricing for Phone Number Verification Service before you call this operation.
This operation requires prior approval. To request access, log on to the Phone Number Verification Service console, go to the Tag Plaza page, find the desired tag, click Request Access, and then complete the application. You can use the operation after your application is approved.
This operation is billable only for successful requests where
Code="OK"is returned. You are not charged for requests that return other results.
QPS limit
The queries-per-second (QPS) limit for this operation is 200 for a single user. Calls that exceed this limit are throttled, which can affect your business. Plan your requests accordingly.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dytns:GetIdentificationResult | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
SessionId | string | Yes | The session ID. | example |
AuthCode | string | Yes | The authorization code. Note In the Phone Number Verification Service console, you can obtain the authorization code, which is the same as the authorization ID on the My Applications page. | example |
Response elements
Element | Type | Description | Example |
object | |||
AccessDeniedDetail | string | The details about the access denial. | - |
RequestId | string | The request ID. | 68A40250-50CD-034C-B728-0BD135850177 |
Message | string | The message that is returned for the request. | OK |
| Data | object | The data that is returned. | |
IsIdentified | boolean | Indicates whether the phone number passes the identification. | true |
Code | string | The status code. A value of OK indicates that the request is successful.
| OK |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "-",
"RequestId": "68A40250-50CD-034C-B728-0BD135850177",
"Message": "OK",
"Data": {
"IsIdentified": true
},
"Code": "OK"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.