Base URL
https://wbot.dev/api/v1
Version: 1.0.0
Use this guide to authenticate, send requests, and integrate webhook events with your unofficial WhatsApp API workflows.
https://wbot.dev/api/v1
Version: 1.0.0
Send your API key in the request header:
X-API-Key: your_api_key_here
All requests and responses use JSON.
Content-Type: application/json
curl -X GET "https://wbot.dev/api/v1/health" \
-H "X-API-Key: your_api_key_here"
Most-used endpoints to get started quickly.
GET /healthUse the dashboard documentation tools for live request testing.