POST https://wa-platform.leviro.net/api/v1/whatsapp/otp/send
Content-Type: application/json
x-api-key: YOUR_API_KEY
{
"phoneNumber": "201000000000",
"language": "en",
"otp": "9542"
}
// Response:
{
"success": true,
"message": "OTP_QUEUED_SUCCESSFULLY",
"data": {
"message": "OTP has been successfully queued for sending."
}
}
A private API platform designed for developers. Send OTPs, track message states in real-time, validate numbers, and manage bulk campaigns with a simple REST interface.
High-priority gateway for sending authentication codes with near-instant delivery rates.
Full lifecycle tracking for your messages. Know exactly when messages are sent, delivered, or read.
Queue-based system to handle high-volume campaigns without blocking your main thread.
Check if a phone number exists on WhatsApp before sending messages to save resources.