{ "opencollection": "1.0.0", "info": { "name": "Sift Decisions Verification API", "version": "2026-07-12" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Verification", "type": "folder" }, "items": [ { "info": { "name": "Send a verification code", "type": "http" }, "http": { "method": "POST", "url": "https://api.sift.com/v1/verification/send", "body": { "type": "json", "data": "{}" } }, "docs": "Triggers generation and delivery of a one-time passcode (OTP) to a user via a configured channel (for example email or SMS) as a step-up verification for a risky action." }, { "info": { "name": "Resend a verification code", "type": "http" }, "http": { "method": "POST", "url": "https://api.sift.com/v1/verification/resend", "body": { "type": "json", "data": "{}" } }, "docs": "Requests a new one-time passcode for a pending verification." }, { "info": { "name": "Check a verification code", "type": "http" }, "http": { "method": "POST", "url": "https://api.sift.com/v1/verification/check", "body": { "type": "json", "data": "{}" } }, "docs": "Validates the one-time passcode provided by the user." } ] } ], "bundled": true }