{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Otps API", "version": "1.0" }, "items": [ { "info": { "name": "Otps", "type": "folder" }, "items": [ { "info": { "name": "Add & Validate a Phone Number \tRequest an OTP Code.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sms-otps", "headers": [ { "name": "X-User-Identity", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }, { "name": "X-Encrypted-Payload", "value": "true" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate and send via SMS an OTP along with a message body to the\nprovided phone number. Does not require a minimum authentication standard.\n**This API is mandatory.**\n" } ] } ], "bundled": true }