Introduction

This document will help you through MPush API integration.

Getting Started

Before starting make sure you have an Auth Token.

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 iOS and Android.

Last updated