Developer Support
Join our technical discord community
Get started with our API by creating an account, setting up an instance, and obtaining your API key. Each API key is bound to one WhatsApp instance. All requests must be made over HTTPS.
Sign up on the SendWizz platform to get started with your automation journey.
Navigate to the dashboard and create a new WhatsApp Instance. Each instance acts as a dedicated session.
Scan the secure QR code with your mobile device. This establishes a permanent linked session.
Each instance has its own wsk_... API key on the instance page. That key only works for that instance — use it without instance_id, or ensure instance_id / URL :id matches.
Configure a Webhook URL to receive real-time notifications for incoming messages and delivery status.
Each WhatsApp instance has a dedicated API key (wsk_...). Pass it as x-api-key or Authorization: Bearer wsk_.... Do not send an instance_id for a different instance than the key belongs to.
{
"success": false,
"message": "Unauthorized",
"error": "Missing authorization header"
}