📱 WhatsApp Business Platform

Complete API Documentation for Internal and External Integration

🔧 Internal API Documentation

Complete documentation for platform users to manage WhatsApp Business accounts, conversations, messages, and integrations.

🔐 Authentication

Use JWT Bearer token authentication for all protected endpoints.

Authorization: Bearer <your-jwt-token>
  • Account Management & WhatsApp Business Setup
  • Conversation & Message Management
  • Webhook Configuration
  • API Token Management
  • Analytics & Usage Monitoring
  • Media Upload & Management
📖 View Documentation

🚀 External API Documentation

Developer-friendly API for integrating WhatsApp messaging into external applications and services.

🔐 Authentication

Use API token authentication for all endpoints.

Authorization: Bearer wat_xxxxx
X-API-Key: wat_xxxxx
  • Send WhatsApp Messages
  • Retrieve Conversations
  • Message Status Tracking
  • Phone Number Management
  • Webhook Integration
  • Rate Limiting & Monitoring
📖 View Documentation

🔗 Programmatic Access

For API integration tools, CI/CD, or automated documentation generation:

📄 External API JSON Spec

Use this JSON file with tools like Postman, OpenAPI generators, or API documentation platforms.