cURL
curl --request GET \ --url https://api.insightai.in/fraud-detection/{id} \ --header 'Authorization: Bearer <token>'
{ "transactionId": "<string>", "isFraudulent": true, "riskScore": 123, "explanation": "<string>" }
Retrieves the fraud detection report for a specific transaction ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transaction ID for which the fraud detection report is requested.
Fraud detection report
ID of the transaction.
Indicates if the transaction is fraudulent.
Risk score associated with the transaction.
Detailed explanation of the fraud analysis.