My App

API Documentation

Welcome to the WhatsApp Web API documentation.

Welcome to the official API documentation for the WhatsApp Web application. This documentation covers the available endpoints for sending messages, managing templates, and running bulk campaigns.

Getting Started

To use the API, you must authenticate your requests using an API token.

Base URL

All API requests should be made to the following base path:

export API_URL="http://localhost:5000/api"

Throughout this documentation, we use $API_URL to represent this base path and $TOKEN to represent your API token.

On this page