Voice OTP

We Enable Audio OTP Authentication

This template is brought to you by TemplateMo website. Feel free to use this for a commercial purpose. You are not allowed to redistribute the template ZIP file on any other template website. Thank you.

Pricing

The Call Costs

Will depend on the length of the company name and OTP length. You may control this by having a short name and 3 digt OTP

5 Ugx
per sec
Documentation

How it works API

  • cURL

                                      
                                      curl --location --request POST 'https://backend.voiceotp.co/api/call/otp' \
                                           --header 'password: ******' \
                                           --header 'Content-Type: application/x-www-form-urlencoded' \
                                           --data-urlencode 'phoneNumber=+25678******' \
                                           --data-urlencode 'otpCode=****' \
                                           --data-urlencode 'companyName=ABC' \
                                           --data-urlencode 'username=***'
                                          
                                        
  • POST response

                                      
                                        
                                        {
                                            "data": {
                                                "currency": "UGX",
                                                "phoneNumber": "{+25678*******}",
                                                "otpCode": "***",
                                                "companyName": "Af***",
                                                "status": "pending",
                                                "id": "64********c8"
                                            }
                                        }
                                      
                                      
                                    

    GET response

                                      
                                        {
                                            "data":
                                              {
                                                "currency": "UGX",
                                                "phoneNumber": "+2567*****",
                                                "otpCode": "****",
                                                "companyName": "ABC",
                                                "status": "Success",
                                                "userId": "41**********ca0",
                                                 "createdAt": "2023-07-10T17:03:16.647Z",
                                                "updatedAt": "2023-07-10T17:03:40.343Z",
                                                 "amount": 64,
                                                "id": "64**********c8"
                                              }
                                      }
                                      
                                    
  • cURL

                                      
                                        curl --location --request GET 'https://backend.voiceotp.co/api/call/{id}'
                                      
                                    
  • Callback URL

                                      
                                        
                                        https://backend.voiceotp.co/api/call/callback
                                      
                                      
                                    

    Events URL

                                      
                                        https://backend.voiceotp.co/api/call/eventCallback
                                      
                                    
Get Started

Grow With Us Now