POSThttps://omni-apis.montymobile.com/notification/api/v1/Push/device
Send push to device
Send a push notification to one registered device. The push OTP endpoint (/api/v1/Push/otp) takes the same request shape.
Request body
| Parameter | Type | Required | Description |
|---|---|---|---|
title | String | Yes | Notification title. |
content | String | Yes | Notification body. |
AppGuid | String (UUID) | Yes | Target application. |
ApiId | String (UUID) | Yes | Your integration ID. |
DeviceGuid | String (UUID) | Yes | Target device. |
imageUrl | String | No | Image to display. |
launchUrl | String | No | URL opened on tap. |
Try it
Try itSimulate the delivery lifecycle
POSTomni-apis.montymobile.com/notification/api/v1/Push/deviceSimulated · no message is actually sent
Responses
The success and error response bodies are being finalized. Coming soon