Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3001/api/v1/business/fraud/analytics/activity
{ "success": true, "data": [ { "paymentId": "e9c6aa0b-5d0a-4c3a-94ea-df7f5f3a3d8e", "amount": 5000.12, "currency": "USD", "decision": "ALLOW", "riskScore": 65, "rulesTriggered": [ "Block disposable emails" ], "threeDsPreference": "skip", "cardTestingDetected": true, "createdAt": "2026-04-16T08:05:23.000Z" } ] }
OK
true
Show child attributes