Update fraud alert review status
POST/v2/admin/fraud/alerts/:id/status
Marks a fraud alert as "confirmed" (legitimate fraud) or "false_positive" (incorrectly flagged). Tracks which admin reviewed the alert and when.
Use this to train the fraud detection model and improve accuracy over time.
Request
Responses
- 200
- 400
- 500
Alert status updated
Invalid status or missing alert ID
Update failed