👤 Account Management
GET
/api/whatsapp/accounts
- List WhatsApp accounts
POST
/api/whatsapp/accounts/link
- Link new account (QR)
POST
/api/whatsapp/accounts/relink
- Relink existing account
GET
/api/whatsapp/accounts/link-info
- Check link status
GET
/api/whatsapp/servers
- Available WA servers
💬 Send Messages
POST
/api/whatsapp/send
- Send message (text/media/doc)
POST
/api/whatsapp/send/bulk
- Send bulk messages
POST
/api/whatsapp/validate
- Validate phone on WhatsApp
📥 Retrieve Messages
GET
/api/whatsapp/messages/received
- Received messages
GET
/api/whatsapp/messages/sent
- Sent messages
GET
/api/whatsapp/messages/pending
- Pending messages
DELETE
/api/whatsapp/messages/received
- Delete received
👥 Contacts & Groups
GET
/api/whatsapp/contacts
- List contacts (from history)
GET
/api/whatsapp/chat?phone=...
- Get chat history
GET
/api/whatsapp/groups?unique=...
- List groups for account
📊 Campaigns
GET
/api/whatsapp/campaigns
- List campaigns
POST
/api/whatsapp/campaigns/start
- Start campaign
POST
/api/whatsapp/campaigns/stop
- Stop campaign
GET
/api/whatsapp/quota
- Check quota/usage
🔔 Webhooks & Mentions
POST
/api/webhook/zender
- Receive Zender webhooks
GET
/api/mentions
- List detected mentions
GET
/api/mentions/stats
- Mention statistics
GET
/api/health
- Health check