Skip to main content

Mindo API

The Mindo API lets you manage your WhatsApp Business accounts, send template messages, and check the status of your sends.

Base URL

https://api.mindosoftware.com

Authentication

All requests require the X-API-Key header. See the authentication guide for more details.

Content-Type

All responses are in JSON format:
Content-Type: application/json

Error format

Error responses follow this structure:
{
  "error": "Error description"
}

Available endpoints

Business accounts

MethodEndpointDescriptionStatus
GET/api/v1/business-accounts/Get accounts, phone numbers, and templatesAvailable

Message sending

MethodEndpointDescriptionStatus
POST/api/v1/meta-templates/send/Send a template messageAvailable
POST/api/v1/meta-templates/send-bulk/Bulk template sendingAvailable

Bulk send tracking

MethodEndpointDescriptionStatus
GET/api/v1/meta-templates/bulk-sends/{bulk_send_id}/Bulk send status and progressAvailable
GET/api/v1/meta-templates/bulk-sends/{bulk_send_id}/messages/Individual messages of a bulk sendAvailable
GET/api/v1/meta-templates/bulk-sends/List all bulk sendsAvailable

Contacts

MethodEndpointDescriptionStatus
GET/api/v1/contact-lookup/Look up a contact by phone numberAvailable

Message lookup

MethodEndpointDescriptionStatus
GET/api/v1/meta-templates/messages/{message_id}/Check message statusComing soon