Dashboard
Verbindingsstatus
Laden...
QR Koppeling
Koppel WhatsApp via QR-code scan
Adresboek
Contacten en allowed list beheren
Chatbot
Instellingen laden...
Audit Log
AI gebruik en kosten inzien
API Referentie
Beschikbare REST endpoints
| Methode | Pad | Beschrijving |
|---|---|---|
| Berichten | ||
| GET | /status |
Verbindingsstatus ophalen |
| POST | /send/text |
{ to, message } |
| POST | /send/image |
{ to, imageUrl, caption? } |
| POST | /send/document |
{ to, documentUrl, fileName, mimetype } |
| POST | /send/video |
{ to, videoUrl, caption? } |
| Contacten | ||
| GET | /contacts |
Lijst alle contacten |
| POST | /contacts |
{ name, phone?, groupId?, type } |
| PUT | /contacts/:id |
Contact bijwerken |
| DELETE | /contacts/:id |
Contact verwijderen |
| GET | /allowed |
Allowed list ophalen |
| POST | /allowed |
{ jid } |
| DELETE | /allowed/:jid |
JID verwijderen |
| Chatbot | ||
| GET | /chatbot/config |
Huidige configuratie |
| PUT | /chatbot/config |
Configuratie bijwerken |
| POST | /chatbot/history/clear |
Geschiedenis wissen |
| GET | /chatbot/history/active |
Actieve gesprekken |
| Audit | ||
| GET | /audit/log |
?from=&to=&jid=&limit=&offset= — audit entries |
| GET | /audit/summary |
?from=&to= — totals + breakdowns |