Skip to main content
GET
/
{eventId}
/
risk-assessment
Fetch detailed risk alerts for investigation/explanations
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 Index

Fetch the complete documentation index at: https://voora.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-CLIENT-API-KEY
string
header
required

API key required in header: X-CLIENT-API-KEY

Path Parameters

eventId
string
required

Response

OK

id
string | null
state
string | null
eventDate
string<date-time> | null
listsStatus
object
scoring
object