{ "opencollection": "1.0.0", "info": { "name": "POWER2SME Bank Master Mobile OTP Service By Template for Customer only API", "version": "1.0" }, "items": [ { "info": { "name": "Mobile OTP Service By Template for Customer only", "type": "folder" }, "items": [ { "info": { "name": "Generate OTP for Customer By Template", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/generateotpforcontactbytemplate" }, "docs": "It will generate the one time password by providing the Mobile Number and Message for customer, which you wanna to sent to mobile number. You have to provide \"#OTP#\" in your message which will replace with otp." }, { "info": { "name": "Validate OTP for Customer when Generate By Template", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/validateotpforcontactbytemplate" }, "docs": "It will validate the OTP sent to your mobile number." } ] } ], "bundled": true }