Dashboard Overview
Welcome to your OTP Verification SaaS dashboard
0
Total OTPs Sent
0
Verified OTPs
0%
Success Rate
Disconnected
WhatsApp Status
Recent Activity
Loading recent activity...
Quick Actions
WhatsApp Connection
Connect your WhatsApp account to send OTP messages
Connection Status
Checking WhatsApp status...
QR Code Scanner
Click "Connect WhatsApp" to generate QR code
Test OTP
Send and verify test OTP messages
Send Test OTP
Verify OTP
Test Results
No test results yet. Send a test OTP to see results here.
API Key Management
Generate and manage API keys for programmatic access
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"}'
OTP Logs
View your OTP send and verification history
Recent OTP Logs
Loading logs...