Status
—
Uptime
—
Messages (24h)
—
Active Keys
—
📊 Quick Stats
Sent
0
Received
0
📋 Recent Events
Loading…
📱 WhatsApp Session
Connection
—
QR code will appear
when WhatsApp is ready
when WhatsApp is ready
How to pair:
- Wait for QR above
- WhatsApp → Linked Devices → Link a Device
- Scan the QR code
Tip: QR refreshes ~20s. Click Refresh QR if expired.
Malaysian numbers auto-converted: 019... → 6019...
✉ Send Test Message
🔑 API Keys
📦 Connected Apps / Domains
Sent
—
Received
—
Total Messages
—
Unique Contacts
—
📈 Daily Volume
💬 Message History
Click Search to load messages
📋 Event Log
Loading…
⚡ API Endpoints
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| GET | /healthz | Public | Health check |
| GET | /api/status | API Key | Connection state |
| GET | /api/qr-code | API Key | Get QR code |
| GET | /api/pairing-code | API Key | Pairing code |
| POST | /api/send-text | API Key | Send text |
| POST | /api/send-image | API Key | Send image |
| POST | /api/send-document | API Key | Send document |
| POST | /api/logout | API Key | Logout session |
| POST | /api/reset | API Key | Force-reset |
📋 cURL Examples
curl https://wa.getouch.cloud/healthz
curl -H "X-API-Key: YOUR_KEY" \
https://wa.getouch.cloud/api/status
curl -X POST https://wa.getouch.cloud/api/send-text \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_KEY" \
-d '{"to":"60123456789","text":"Hello!"}'
🔗 Integrations
🔗
Webhook and third-party integrations coming soon.
Configure webhooks per-app in the Apps section.