REST API Reference

API Documentation

Send WhatsApp messages, manage sessions, and configure webhooks — all via a simple REST API.

Secure Auth
JWT + API Keys
REST & WS
HTTP + Socket.IO
Rate Limited
Plan-based quotas
Base URL
text
https://whispr.tohundguide.com/v1

Include one of the following headers with every request:

http
Authorization: Bearer <supabase_jwt>

# or using an API key:
x-api-key: wsk_live_xxxxxxxxxxxxxxxxxxxx
⚠️API keys are shown only once at creation time. Store them securely.

A session represents a connected WhatsApp number.

POST/sessions
GET/sessions
GET/sessions/:id
GET/sessions/:id/qr
POST/sessions/:id/restart
POST/sessions/:id/logout
DELETE/sessions/:id

Create session

bash
curl -X POST https://whispr.tohundguide.com/v1/sessions \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "my-phone"}'

Need help? Open Dashboard · Built with Whispr © 2026