Mindo API
The Mindo API lets you manage your WhatsApp Business accounts, send template messages, and check the status of your sends.Base URL
Authentication
All requests require theX-API-Key header. See the authentication guide for more details.
Content-Type
All responses are in JSON format:Error format
Error responses follow this structure:Available endpoints
Business accounts
| Method | Endpoint | Description | Status |
|---|---|---|---|
GET | /api/v1/business-accounts/ | Get accounts, phone numbers, and templates | Available |
Message sending
| Method | Endpoint | Description | Status |
|---|---|---|---|
POST | /api/v1/meta-templates/send/ | Send a template message | Available |
POST | /api/v1/meta-templates/send-bulk/ | Bulk template sending | Available |
Bulk send tracking
| Method | Endpoint | Description | Status |
|---|---|---|---|
GET | /api/v1/meta-templates/bulk-sends/{bulk_send_id}/ | Bulk send status and progress | Available |
GET | /api/v1/meta-templates/bulk-sends/{bulk_send_id}/messages/ | Individual messages of a bulk send | Available |
GET | /api/v1/meta-templates/bulk-sends/ | List all bulk sends | Available |
Contacts
| Method | Endpoint | Description | Status |
|---|---|---|---|
GET | /api/v1/contact-lookup/ | Look up a contact by phone number | Available |
Message lookup
| Method | Endpoint | Description | Status |
|---|---|---|---|
GET | /api/v1/meta-templates/messages/{message_id}/ | Check message status | Coming soon |

