{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Verification Checks API", "version": "1.52.0" }, "items": [ { "info": { "name": "Verification Checks", "type": "folder" }, "items": [ { "info": { "name": "Twilio Check a Verification Code", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/VerificationCheck", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Check whether a user-provided code matches the verification code that was sent. Returns approved if the code is correct." } ] } ], "bundled": true }