Checks whether input data contains sensitive data.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Data | string | Yes | The data that you want to check. | 13900001234 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Sensitives": {
"test": "test",
"test2": 1
},
"RequestId": "0000-ABCD-EFG****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | Forbidden.Meta.NoTenant | The user is not the owner of any tenants. | The user is not the owner of any tenants. |
500 | InternalError.DQC.BizError | An internal error occurred. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history