Simple WhatsApp API for Developers

Send WhatsApp Messages Programmatically

Integrate WhatsApp messaging into your applications with our simple REST API. No complex setup, no hassle. Start sending messages in minutes.

Enterprise-grade Security
99.9% Uptime
Global Infrastructure
Send a message
curl -X POST https://api.wazapgh.com/v1/messages \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "233XXXXXXXXX",
    "message": "Hello from WazapGH!"
  }

Everything You Need to Get Started

WazapGH provides all the tools you need to integrate WhatsApp messaging into your applications quickly and reliably.

Simple REST API

Send WhatsApp messages with a single API call. No complex SDKs or libraries required.

Lightning Fast

Messages are queued and delivered instantly with our optimized infrastructure.

Secure & Reliable

Enterprise-grade security with encrypted connections and secure API key authentication.

Real-time Webhooks

Get instant notifications when messages are delivered, read, or fail.

Message Tracking

Track message status in real-time: queued, sent, delivered, and read receipts.

Usage Analytics

Monitor your message volume, delivery rates, and usage patterns with detailed analytics.

Multiple API Keys

Create separate API keys for development, staging, and production environments.

Multi-Instance Support

Connect multiple WhatsApp numbers and manage them all from a single dashboard.

Get Started in Minutes

Follow these simple steps to start sending WhatsApp messages with WazapGH.

01

Create an Account

Sign up for free and get instant access to your dashboard. No credit card required.

02

Connect WhatsApp

Scan the QR code with your WhatsApp app to connect your number to WazapGH.

03

Get Your API Key

Generate an API key from your dashboard. Use it to authenticate your requests.

04

Start Sending Messages

Use our simple REST API to send WhatsApp messages programmatically.

Quick Start Examples

Send your first message in any language

bash
curl -X POST https://api.wazapgh.com/v1/messages \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "233XXXXXXXXX",
    "message": "Hello from WazapGH!"
  }'

API Reference

Simple REST API endpoints to send and manage WhatsApp messages. All requests require authentication via API key.

Authentication

All API requests require authentication using your API key. Include it in the Authorization header as a Bearer token:

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.wazapgh.com/v1

Endpoints

Rate Limits

API requests are rate limited based on your plan:

  • Free: 10 requests per minute
  • Starter: 60 requests per minute
  • Growth: 120 requests per minute
  • Business: 300 requests per minute