Introduction

The Nabbih API lets your application send official WhatsApp messages through your connected Nabbih account — approved templates, free-form text inside the 24-hour window, and per-message status tracking — without integrating with Meta or managing access tokens yourself.

Durable sends

Idempotency keys make retries safe — no accidental duplicate messages.

🔐

Scoped keys

Create API keys from the dashboard with granular, revocable abilities.

📦

Consistent JSON

Every endpoint returns a single envelope with stable error codes.

Base URL

All requests go to:

base url
https://nabbih.com/api/v1/whatsapp

Getting started takes two steps: create an API key under Settings → API, then send your first template message. See Authentication or the Quickstart.