Notifications

Send push notification to a list of recipients

POST https://api.starion.io/apps/:appId/push-notifications

This API endpoint allows you to send push notifications to users of your app.

Headers

NameTypeDescription

Authorization*

String

Your app API Key

Request Body

NameTypeDescription

title

String

body

String

recipients

String

If the recipients parameter is not provided, the notification will be sent to all users of the specified app.

Last updated