Welcome Back

Please log in to manage your WhatsApp Gateway

Dashboard
API Key:
Active Sessions 0
Total Devices 0
Needs Attention 0
Server Uptime

Recent Activity

No activity yet

Connected Devices

No devices added yet. Click "Add Device" to get started.

Send Message

API Reference

Base URL http://localhost:8000
All endpoints require x-api-key header (or ?api_key= query param).

Sessions

GET/api/sessionsList all sessions
POST/api/sessionsCreate a session { id, description, webhookUrl? }
DEL/api/sessions/:idDelete a session
PATCH/api/sessions/:id/webhookUpdate webhook URL

Messaging

POST/api/send-message{ session, number, message }
POST/api/send-media{ session, number, file, caption? }
POST/api/send-group-message{ session, message, id? or name? }
POST/api/check-number{ session, number }
POST/api/clear-message{ session, number }

System

GET/healthServer health + uptime

Live Logs

Waiting for events…