cURL
curl --request GET \ --url https://api.example.com/api/risk_assessment/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "daily_score": 0, "true_hit_date": "2023-11-07T05:31:56Z", "rules_affected": [ 123 ], "active_timestamp": "2023-12-25", "demerit": "<string>" }
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this risk assessment.
-1000 < x < 1000