Skip to main content

Request

[GET]
{{baseURL}}/case/{case_id}
HeaderTypeDescription
Authorizationstringprivate key

Path Parameters

ParameterTypeDescriptionRequired
case_idstringUnique identifier for the Case you want to retrieverequired

Successful Response

Response
    {
      "case_id": "case_01JABC9YEXAMPLE123",
      "profile_id": "prf_01JABC9YEXAMPLE123",
      "user_id": "9931fac0-6bfa-4b3c-842c-7840006d89b6",
      "status": "open",
      "source_event_id": "ProfiledRisk-20231111085937073",
      "type": "transaction_review",
      "risk_score": 78,
      "risk_level": "high",
      "decision": {
        "current_status": "pending",
        "last_action": "queued_for_review",
        "last_updated_at": "2025-01-01T11:00:00Z"
      },
      "summary": {
        "title": "High volume NGN deposits from new device",
        "description": "Multiple inbound deposits within a short window from a new device and IP."
      },
      "signals": {
        "UnusualTimeTransactions": {
          "state": true,
          "description": "User transaction time is outside of normal business hours"
        },
        "AbnormalTransactionVolume": {
          "state": true,
          "description": "User has abnormally high transaction volume of 34 within a short period"
        }
      },
      "events": [
        {
          "event_id": "ProfiledRisk-20231111085937073",
          "type": "banking",
          "transaction": {
            "id": "ProfiledRisk-20231111085937073",
            "amount": 300,
            "currency": "NGN",
            "channel": "transfer",
            "time": "1699693180085313"
          }
        }
      ],
      "created_at": "2025-01-01T10:45:00Z",
      "updated_at": "2025-01-01T11:00:00Z",
      "review": {
        "assigned_to": "analyst_01",
        "notes": "Pending verification of customer source of funds.",
        "outcome": null
      }
    }