{ "opencollection": "1.0.0", "info": { "name": "Call Forwarding Signal Age Verification OTP Management API", "version": "wip" }, "items": [ { "info": { "name": "OTP Management", "type": "folder" }, "items": [ { "info": { "name": "Sends a message including an OTP code to the given phone number", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/call-forwarding-signal/vwip/send-code", "headers": [ { "name": "x-correlator", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends an SMS with the desired message and an OTP code to the received phone number." }, { "info": { "name": "Verifies the OTP received as input", "type": "http" }, "http": { "method": "POST", "url": "{apiRoot}/call-forwarding-signal/vwip/validate-code", "headers": [ { "name": "x-correlator", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verifies the code is valid for the received authenticationId" } ] } ], "bundled": true }