cURL
curl --request GET \ --url https://live.voora.ai/event/{eventId}/risk-assessment \ --header 'X-CLIENT-API-KEY: <api-key>'
{ "id": "<string>", "state": "<string>", "eventDate": "2023-11-07T05:31:56Z", "listsStatus": { "allowlists": [ { "value": "<string>", "dataField": "<string>" } ], "denylists": [ { "value": "<string>", "dataField": "<string>" } ] }, "scoring": { "totalScore": 123, "scoresPerGroup": {}, "appliedRulesDetails": [ { "ruleId": "<string>", "score": 123, "ruleName": "<string>" } ] } }
Documentation IndexFetch the complete documentation index at: https://voora.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://voora.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key required in header: X-CLIENT-API-KEY
OK
Show child attributes
Was this page helpful?