Skip to main content

Welcome to NativeMessage

NativeMessage is an enterprise-grade messaging gateway platform designed for high-volume, server-to-server SMS and OTT messaging. Send transactional and marketing messages at scale through a unified API.

Key Capabilities

  • SMS Messaging: Send single or bulk SMS messages with delivery tracking
  • Campaigns: Schedule and manage large-scale messaging campaigns
  • OTT Channels: Integrate WhatsApp Business, Viber, and Telegram
  • Contact Management: Organize contacts with segments and custom fields
  • Webhooks: Real-time delivery status notifications
  • Analytics: Track delivery rates, campaign performance, and usage metrics

Base URL

All API requests use the following base URL:
https://api-message.nativehub.live/api/v1

Response Format

Successful List Responses

{
  "data": [...],
  "total": 150,
  "page": 1,
  "per_page": 20
}

Successful Single Resource

{
  "data": {
    "id": "msg_123",
    "status": "delivered"
  }
}

Error Responses

{
  "error": "Invalid authentication credentials"
}

Get Started