OTP Related APis are written in uae-vat-node. Route : https://dev.aiqod.com:843/adhigam-api/website/send-verify/otp We use the same api for 3 purposes: send,retry and verify otp things. Just change the action key in the body while calling the api based on the requirement. Body : { 'mobileNo": "7776808085", 'action": "sendOtp" Code is present in src/api/wesitelindex.js. We have to configure the two keys in resource/config.json to work the otp calls. const authkey = config.msg9lAuthKey; const template_id = config.msg9ltemplateId; ---PAGE END---