Welcome to APIMW Documentation

Everything you need to integrate messaging APIs into your applications

Getting Started

APIMW provides a unified API for sending messages across multiple channels including WhatsApp, Email, and SMS. Get started in minutes with our simple REST API.

🚀

Quick Start

Send your first message in 5 minutes

🔑

Authentication

Learn how to authenticate API requests

📱

WhatsApp API

Send messages via WhatsApp Business

📧

Email API

Send transactional emails

API Overview

All API endpoints are available at:

https://api.apimw.com/v1/

Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header:

curl -X GET https://api.apimw.com/v1/status \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Format

All responses are returned in JSON format:

{
  "success": true,
  "data": {
    "message_id": "msg_abc123",
    "status": "queued"
  }
}

Need Help?

If you have questions or need assistance: