How does the Push API work? | Aquro Help Center

/Cloud/Push/Send
Sends a push notification to one or more users

Permission
Depending on the permissions configured for this push notification

Arguments
Notification - Name of the notification to send
Message.Identifier - Identifier string to insert into the notification template
Message.Title - Title to insert into the notification template
Message.Body - Title to insert into the notification template
Message.Data - Object with key/value to add to the data collection to the template
Users - Array of usernames to send the notification to
Devices - Array of device tokens to send the notification to

/Cloud/Push/Register
Registers a push notification token to a device

Permission
Authenticated users only

Arguments
DeviceID - Id of the device
AppID - Id of the App
Token - Push notification token
Platform - Android/iOS