{ "opencollection": "1.0.0", "info": { "name": "Ravelin Server 3D Secure Authentication API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Score a Login Event", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v3/login", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a login attempt (successful or failed) for account takeover scoring. Supports password, social, OTP, U2F, RSA, SMS, magic link, reCAPTCHA, biometric, and push authentication mechanisms." }, { "info": { "name": "Score a Registration Event", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v2/registration", "body": { "type": "json", "data": "{}" } }, "docs": "Score a new customer or supplier registration event for fake-account, breach-credential, and onboarding-fraud risk." } ] } ], "bundled": true }