Whatsapp OTP
This API allows you to send a one-time password (OTP) via WhatsApp to a specified recipient.
Send Whatsapp OTP
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