All Products
Search
Document Center

Resource Management:ListMessageContactVerifications

Last Updated:Dec 18, 2023

Queries the mobile phone number or email address to be verified for a contact.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ContactIdstringNo

The ID of the contact.

c-qL4HqKONzOM7****
PageNumberintegerNo

The page number.

1
PageSizeintegerNo

The number of entries per page.

10

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

CD76D376-2517-4924-92C5-DBC52262F93A
TotalCountinteger

The total number of entries returned.

48
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
ContactVerificationsobject []

The record for the contact to be verified.

ContactIdstring

The ID of the contact.

c-qL4HqKONzOM7****
Targetstring

The object that is used for verification. Valid values:

  • Mobile phone number
  • Email address
someone***@example.com

Examples

Sample success responses

JSONformat

{
  "RequestId": "CD76D376-2517-4924-92C5-DBC52262F93A",
  "TotalCount": 48,
  "PageSize": 10,
  "PageNumber": 1,
  "ContactVerifications": [
    {
      "ContactId": "c-qL4HqKONzOM7****",
      "Target": "someone***@example.com"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameter.ContactIdThe ContactId is invalid.The value of the ContactId parameter is invalid.
400MissingParameter.ContactIdYou must specify ContactId.The ContactId parameter is not configured.
404EntityNotExists.ContactThis Contact does not exist.The specified contact does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history