cURL
curl --request GET \ --url http://sandbox.mintlify.com/risk/score/{objectId} \ --header 'Authorization: Bearer <token>'
{ "objectId": "<string>", "riskScore": 0.5, "riskFactors": [ { "factor": "<string>", "severity": "low" } ], "timestamp": "2023-11-07T05:31:56Z" }
Retrieve the AI-generated risk score and analysis for a specific object ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the object to score
Risk score retrieved successfully
The ID of the scored object
Risk score between 0 (low risk) and 1 (high risk)
0 <= x <= 1
List of identified risk factors
Show child attributes
When the risk score was calculated