{ "opencollection": "1.0.0", "info": { "name": "Sinch Verification Report Verification Start Verification API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Start Verification", "type": "folder" }, "items": [ { "info": { "name": "Start a verification", "type": "http" }, "http": { "method": "POST", "url": "https://verification.api.sinch.com/verification/v1/verifications", "body": { "type": "json", "data": "{}" } }, "docs": "Starts a verification using the chosen method (sms, flashcall, callout, or seamless). Provide the phone number as the identity. Sinch returns the template or CLI filter the client should observe. Used by the mobile and web Verification SDKs and callable directly from a backend." } ] } ], "bundled": true }