Skip to main content
Welcome to the official Wachat developer documentation. Whether you are building an automated customer support bot, sending notifications, or managing group chats, our API provides the tools you need to build powerful communication flows.

πŸ” Authentication

All API requests to Wachat must be authenticated using a secret token. This token identifies your team and ensures your requests are linked to your specific subscription plan and instances.

API Token

To interact with our endpoints, you must include your API Token in the HTTP header of every request.
Keep your token secret! Your API Token carries full access to your WhatsApp instances and messaging quota. Never share it in public repositories (like GitHub) or client-side code that can be inspected by users.

Getting Started

Explore our guides and API reference to start sending messages in minutes.
πŸ’‘ Pro Tip: Testing from these DocsYou can use the β€œTry It” feature on the right side of any API endpoint in this documentation! Simply paste your token into the authentication field once, and it will be remembered as you navigate through different endpoints.

Quick Start Guide

Learn how to authenticate and make your very first API request.

Send a Message

Send text, images, videos, and documents to any WhatsApp number.

Manage Instances

Connect devices, check connection status, and generate QR codes.

Interactive Messages

Engage your users by sending interactive polls and locations.

Advanced Features

Group Management

Fetch group lists and send messages directly to WhatsApp groups.

Webhooks

Receive real-time updates on your server for incoming messages.