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

ParameterTypeRequiredDescription
titleStringYesNotification title.
contentStringYesNotification body.
AppGuidString (UUID)YesTarget application.
ApiIdString (UUID)YesYour integration ID.
DeviceGuidString (UUID)YesTarget device.
imageUrlStringNoImage to display.
launchUrlStringNoURL opened on tap.

Try it

Try itSimulate the delivery lifecycle
POSTomni-apis.montymobile.com/notification/api/v1/Push/device
Simulated · no message is actually sent

Responses

The success and error response bodies are being finalized. Coming soon