Push Notification API
Send mobile push notifications to registered app devices — directly to a device, as an OTP, or as a broadcast campaign — across Android, iOS, and Huawei via FCM, APNs, and HMS tokens.
What you can do
- Register a device and its push token —
Subscriber/register - Send a push to one device —
Push/device - Send a push OTP —
Push/otp - Run a campaign to your app audience — campaigns
At a glance
| Base URL | https://omni-apis.montymobile.com/notification |
| Version | v1 |
| Auth | api-key + Tenant headers; registration also needs X-Access-Token (details) |
| Format | JSON request and response |
Core concepts
- App (
AppGuid) — a registered mobile app; pushes are scoped to an app. - Device (
DeviceGuid) — a registered device and its FCM/APNs/HMS token.
Ready? Send your first push →