Base URL:
https://whatsrb.com/api/v1 — All requests require Authorization: Bearer YOUR_API_KEYResources
Business Accounts
Connect and manage WhatsApp Business accounts via the official Meta API. Supports the embedded signup flow.
Messages
Send text, images, documents, and template messages to your customers at scale.
Templates
Create, sync from Meta, and send pre-approved message templates with dynamic variables.
Webhooks
Register endpoints to receive real-time delivery receipts and inbound message events.
Sessions
Manage WhatsApp Web sessions for the session-based channel (no Meta approval required).
Usage
Monitor your plan limits, message throughput, and delivery metrics.
Authentication
Every request must include your API key as a Bearer token:Response format
All responses return JSON. Successful responses wrap data in adata key:
meta key with pagination info:
Error format
Errors return a JSON object with a human-readableerror key:
| Status | Meaning |
|---|---|
400 | Bad request — invalid parameters |
401 | Unauthorized — missing or invalid API key |
403 | Forbidden — plan limit reached |
404 | Not found |
422 | Validation error |
429 | Rate limited |
5xx | Server error |

