Report the real-world outcome of an event
Report the real-world outcome of an event
Authentication
Authorization: Bearer sk_live_… (or sk_test_…). Server-side only — never ship a secret key to a browser or a mobile app. The key determines the tenant and the mode; there is no mode parameter on any request.
Path parameters
Request
confirmed_abuse: the actor turned out to be abusive — marks their whole linked cluster. false_positive: we were wrong — send these even when they feel minor, they are the metric we hold ourselves to. chargeback: a dispute was filed.
Response
Feedback recorded (or already recorded — the endpoint is idempotent on (event, outcome)).
Always true. The endpoint has no failure mode that returns 200.