Introduction

Getting Started

Before starting make sure you have an Auth Token.

MPush adopts a Publish/Subscribe model using topics to determine which devices should receive a given notification.

You can subscribe devices to one or more topics, and your backend can then send push notifications to specific topics. Only devices that are subscribed to at least one of the targeted topics will receive the message.

The MPush API is based on REST principles and uses JSON for both requests and responses. Errors are handled using standard HTTP status codes and include detailed messages in the JSON response body.

For mobile development, open-source SDKs are available for both iOS and Android, making it easier to integrate MPush into your applications. You can find more information for iOS and Android.

Last updated

Was this helpful?