💡
MPush
  • 💡MPush Documentation 💡
  • 🔑 API
    • Introduction
    • Authentication
    • Send Notifications
    • Topics
  • 🍏 iOS SDK
    • Introduction
    • Installation
    • Add Push Notification to your app
    • Integrate MPush
    • Rich Notifications
  • 📱 Android SDK
    • Introduction
    • Setup
    • Register a device
    • Subscribe to topics
  • 🔷Flutter SDK
    • Introduction
    • Installation
    • Android Setup
    • iOS Setup
      • Rich Notifications
      • Custom replacements
    • Flutter Setup
    • Request a token
    • Register to topics
    • Launch notification
Powered by GitBook
On this page

Was this helpful?

  1. API

Introduction

Previous APINextAuthentication

Last updated 4 years ago

Was this helpful?

This document will help you through MPush API integration.

Getting Started

Before starting make sure you have an .

MPush uses a Publish/Subscribe model for a feature called topics to decide which devices should receive notifications.

You subscribe to your devices to topics and your servers can then publish push notifications to those topics. Only the devices subscribed to one of the specified topics will receive the notification.

The MPush API is organized around REST, JSON requests and responses.

It will return errors adopting HTTP status codes and JSON description in the API response body.

If you are using iOS or Android are available open-source SDKs in order to make mobile development easier. You can find more information for and .

🔑
Auth Token
iOS
Android