All Products
Search
Document Center

Mobile Platform as a Service:Query mPaaS device risk interface

Last Updated:Dec 02, 2025

The system retrieves the risk information corresponding to a user based on a single mobile phone number (plaintext, SHA256, MD5), and returns a risk score.

Debug

You can call this API operation directly in OpenAPI Explorer. This eliminates the need to calculate signatures. After a successful call, OpenAPI Explorer automatically generates sample code for the SDK.

Request parameters

Name

Type

Required

Example

Description

Action

String

Yes

QueryInfoFromMdp

A required parameter. Set the value to QueryInfoFromMdp.

AppId

String

Yes

ALIPUBE5C3F6D091419

The application ID.

WorkspaceId

String

Yes

default

The workspace ID.

TenantId

String

Yes

ZXCXMAHQ-zh_CN

The tenant ID.

Mobile

String

Yes

13178195662

The mobile number.

Note

This parameter is required when you request a certificate. You must enter this information manually because Alibaba Cloud cannot obtain it.

RiskScene

String

Yes

1000

The threat scenario code.

MobileSha256

String

Yes

db0797452ccafce84d7c151eb81596099bda3f097693d1e18b588804e6742ced

The SHA256 value of the specified mobile phone number.

MobileMd5

String

Yes

2fe6e5fa754be73d1721b9bd2c6cf821

The MD5 hash of the specified mobile phone number.

Response parameters

Name

Type

Example

Description

RequestId

String

11E66B29-9E5E-5C10-B64E-B5A0E0F26355

Alibaba Cloud POP request ID, used for troubleshooting.

ResultCode

Integer

OK

Reason code for transfer failure.

ResultMessage

String

SYSTEM_ERROR

API call result descriptions, such as displaying specific error messages when the call fails.

Success

Boolean

True

Indicates whether the call was successful.

  • true: The call was successful.

  • false: The call failed.

Data

String

{\"db0797452ccafce84d7c151eb81596099bda3f097693d1e18b588804e6742ced\":{\"riskScore\":\"3\"}}

The query result.

Examples

Request example

Successful response example

JSON format

HTTP/1.1 200 OK

Error codes

For more error codes, please refer to the Error Center.