Quickstart
Credentials are generated in your dashboard, never here. This page is read-only documentation.
Everything you need to ship WhatsApp into your app.
- 1. Create your account and an instance from the dashboard.
- 2. Scan the QR code with WhatsApp.
- 3. Copy your API token from the instance page.
- 4. Send your first message ↓
curl -X POST https://api.zapmaxx.com/v1/messages \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"to":"+15551234567","text":"Hi"}'