Customer endpoints live under /api/whatsapp/{token}. Use the exports for the full request/response schema.
| Method | Path | Category |
|---|---|---|
| POST | /api/whatsapp/{token}/sendMessage | Messaging |
| GET | /api/whatsapp/{token}/ping | Session |
| GET | /api/whatsapp/{token}/qr | Session |
| GET | /api/whatsapp/{token}/qr/image | Session |
| GET | /api/whatsapp/{token}/status | Session |
| POST | /api/whatsapp/{token}/terminate | Session |