API Documentation

wbot.dev API quick reference

Use this guide to authenticate, send requests, and integrate webhook events with your unofficial WhatsApp API workflows.

Base URL

https://wbot.dev/api/v1

Version: 1.0.0

Authentication

Send your API key in the request header:

X-API-Key: your_api_key_here

Content Type

All requests and responses use JSON.

Content-Type: application/json

Quick start

curl -X GET "https://wbot.dev/api/v1/health" \
  -H "X-API-Key: your_api_key_here"

Core endpoints

Most-used endpoints to get started quickly.

Health

  • GET /health

Need full endpoint coverage?

Use the dashboard documentation tools for live request testing.

Get API Key