Voice OTP
This API allows you to send a one-time password (OTP) via a voice call to a specified recipient.
Request OTP Call
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"success": true,
"message": "OTP sent",
"code": 0,
"data": null
}{
"success": false,
"message": "Error sending OTP",
"code": 0,
"data": null
}Last updated