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.
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
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=***'
{
  "data": {
    "currency": "UGX",
    "phoneNumber": "{+25678*******}",
    "otpCode": "***",
    "companyName": "Af***",
    "status": "pending",
    "id": "64********c8"
  }
}
{
  "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 --location --request GET 'https://backend.voiceotp.co/api/call/{id}'
https://backend.voiceotp.co/api/call/callback
https://backend.voiceotp.co/api/call/eventCallback