0

Total OTPs Sent

0

Verified OTPs

0%

Success Rate

Disconnected

WhatsApp Status

Recent Activity

Loading recent activity...

Quick Actions

Connection Status

Checking WhatsApp status...

QR Code Scanner

Click "Connect WhatsApp" to generate QR code

Send Test OTP

Include country code (e.g., +1 for US)
Use {OTP} placeholder for the OTP code. Select a template above or write your own.
Your message will appear here...

Verify OTP

Test Results

No test results yet. Send a test OTP to see results here.

Generate New API Key

Your API Keys

Loading API keys...

API Usage Examples

cURL Example

# Send OTP
curl -X POST http://localhost:3000/api/send_otp \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"to": "+1234567890", "template": "Your OTP is: {OTP}"}'

# Verify OTP
curl -X POST http://localhost:3000/api/verify_otp \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"request_id": "req_...", "otp_code": "123456"}'

Recent OTP Logs

Loading logs...