{ "opencollection": "1.0.0", "info": { "name": "Incognia Authentication Feedback API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Register a feedback event", "type": "http" }, "http": { "method": "POST", "url": "https://api.incognia.com/api/v2/feedbacks", "body": { "type": "json", "data": "{}" } }, "docs": "Report a labeled event (for example account_takeover, chargeback, signup_accepted, payment_declined) tied to an assessment or account so Incognia can tune its risk model. Identify the subject with any of installation_id, request_token, login_id, payment_id, signup_id, account_id or external_id." } ] } ], "bundled": true }