All Products
Search
Document Center

Phone Number Verification Service:SearchVerification

Last Updated:Aug 28, 2026

Queries verification results.

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

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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

  • false: The request failed.

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.