The WA Orbit REST API
A single REST API to send WhatsApp messages, run broadcasts & campaigns, manage contacts and templates, trigger automation flows, and receive real-time events — everything your CRM, automation platform or app needs.
https://app.waorbit.com/api/v1
What you can do
Authentication
Every request is authenticated with a workspace API key. Generate one in your dashboard under More → Developers / API. Send it as a Bearer token:
Authorization: Bearer YOUR_API_KEY
Alternatively pass it in an X-Api-Key header. Keys are scoped to a
single workspace and only their hash is stored — copy a key when it is created, it can't be shown again.
Keys can be revoked any time and stop working immediately.
Webhooks & real-time events
Register a webhook (see the Webhooks endpoints below) and WA Orbit will
POST a JSON envelope to your URL whenever a subscribed event fires. When you set a signing
secret, each delivery carries an X-WAOrbit-Signature header (HMAC‑SHA256 of the body)
so you can verify authenticity.
Available events
Rate limits No hard request limit is enforced today. Outbound sends draw from your plan's message credits.