{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Verifications API", "version": "1.52.0" }, "items": [ { "info": { "name": "Verifications", "type": "folder" }, "items": [ { "info": { "name": "Twilio Start a Verification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/Verifications", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Send a verification code to a user via SMS, voice call, email, WhatsApp, or SNA. The code is automatically generated and sent." }, { "info": { "name": "Twilio Fetch a Verification", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid/Verifications/:VerificationSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" }, { "name": "VerificationSid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch a Verification" }, { "info": { "name": "Twilio Update a Verification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/Verifications/:VerificationSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" }, { "name": "VerificationSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "Status", "value": "" } ] } }, "docs": "Cancel a pending verification or mark it as approved." } ] } ], "bundled": true }