Welcome to the SendZen API reference. This page is a quick cover that orients you before you dive into individual endpoints.SendZen is a developer-first WhatsApp API with clean SDKs, predictable webhooks, real-time logs, and a test mode for safe experiments.
Base URL#
text https://api.sendzen.io
Production traffic uses HTTPS only.
Authentication#
All requests must be authenticated.
Header: Authorization: Bearer YOUR_API_KEY
Scopes: TODO add scopes if you expose them
Rotate keys in the dashboard if they leak.
Use cURL or an SDK to start fast.
All examples in this reference are reproducible with cURL, Node, and Python out of the box
Real-time request and response logs are visible in the dashboard for debugging
Core resources#
Common resources you will find in the left nav:Messages
Send text, media, templates, utility notifications, and authentication OTP. Delivery and read receipts flow to your webhook. Endpoints: POST /v1/messages and related.Templates
Create and manage WhatsApp templates via API.Webhooks
Subscribe to events like message.sent, message.delivered, message.read, and inbound messages. Auto retries are supported.Voice
WhatsApp Voice support is available.Accounts and onboarding
WhatsApp Business App numbers are supported, and Embedded Signup is available.Content type: application/jsonWebhooks#
Configure a single endpoint to receive events. Respond with 2xx quickly.Retries: Automatic if your endpoint times out or returns 5xxTest mode: Simulate events without contacting real usersErrors#
APIs return human-readable messages with stable codes.Include the request identifier from response headers when contacting support
Logs show the full request and response to speed up debugging
Support#
Community and email support for integration questions
Priority support with live chat for paying customers
Enterprise onboarding for larger deployments
Add links to Contact, Pricing, SLA, and Status once published.
SendZen
Modified at 2025-09-25 10:31:00