Getting Started
This guide will help you send your first message using the WazzAPI API for programmatic WhatsApp messaging.Get Your API Key
API keys can be created from your WazzAPI Dashboard or via the API Keys endpoint.
Send Your First Message
Use the
cURL command below to send a test message. Replace YOUR_API_KEY, PHONE_NUMBER, and ACCOUNT_ID with your actual values.Base URLs
WazzAPI provides the following environments:| Environment | URL |
|---|---|
| Production | https://api.wazzapi.io |
| Staging | https://staging-api.wazzapi.io |
| Local | http://localhost:3000 |
