Domain name for API request: rce.intl.tencentcloudapi.com.
Device Risk assessment - Premium
A maximum of 1000 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: AssessDeviceRiskPremiumPro. |
| Version | Yes | String | Common Params. The value used for this API: 2026-01-30. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| DeviceToken | Yes | String | Device fingerprint token, obtained after integration of the device fingerprint SDK into your website or application |
| UserIp | No | String | User client IP address(IPv4 or IPv6) |
| Parameter Name | Type | Description |
|---|---|---|
| Data | AssessDeviceRiskPremiumRsp | The results of AssessDeviceRiskPremiumPro |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: rce.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: AssessDeviceRiskPremiumPro
<Common request parameters>
{
"DeviceToken": "v3:******************************************************************XquS92ODP0c0yY3E=",
"UserIp": "125.**.**.3"
}
{
"Response": {
"Data": {
"Decision": {
"DecisionResult": "review"
},
"Device": {
"AppVersion": "1.0",
"Brand": "OP**",
"ClientIp": "125.**.**.3",
"DeviceId": "1A02C*************0DF073",
"Model": "PCK***",
"NetworkType": "-1",
"PackageName": "com.turingfd",
"Platform": "2",
"SdkBuildVersion": "90",
"SystemVersion": "11"
},
"Score": {
"RiskLabels": [
{
"Id": "101222",
"Reason": "Debuggable USB connection (Android)"
}
],
"RiskLevel": 2
},
"Environment": {
"Location": {
"City": "Guarapari",
"Country": "BR",
"District": "Todos os Santos",
"Latitude": "***.***136",
"Longitude": "***.**36",
"Region": "Espirito Santo",
"Timezone": "UTC-3",
"ZipCode": "29200-080"
},
"Network": {
"ASN": "Telefonica",
"ISP": "18881",
"IsAnycast": false,
"IsCloudService": false,
"IsCompany": false,
"IsDNS": false,
"IsDynamic": false,
"IsEducation": false,
"IsEgress": false,
"IsGateway": false,
"IsInfrastructure": false,
"IsInstitution": false,
"IsMXServer": false,
"IsMobile": false,
"IsReserved": false,
"IsResidence": false,
"Organization": "Telefonica"
}
}
},
"RequestId": "e22f67a1-af80-4f52-8845-5cd26c883d51"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError.SystemException | System exception. |
| InvalidParameter | Invalid parameter. |
| InvalidParameter.InvalidFormat | Invalid field format. |
| InvalidParameter.InvalidValue | Invalid field value. |
| InvalidParameter.LengthExceed | Field length exceeds the maximum limit. |
| InvalidParameterValue.EventNotExist | Event not exist. |
| InvalidParameterValue.TenantNotExist | Tenant not exist. |
| MissingParameter | Missing parameter. |
| MissingParameter.FieldMissed | Missing required field. |
| UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback