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.
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.
Create an Account
Sign up for free and get instant access to your dashboard. No credit card required.
Connect WhatsApp
Scan the QR code with your WhatsApp app to connect your number to WazapGH.
Get Your API Key
Generate an API key from your dashboard. Use it to authenticate your requests.
Start Sending Messages
Use our simple REST API to send WhatsApp messages programmatically.
Quick Start Examples
Send your first message in any language
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_KEYBase URL
https://api.wazapgh.com/v1Endpoints
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