All Products
Search
Document Center

Cell Phone Number Service:GetIdentificationResult

Last Updated:May 28, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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: The request was 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.