Skip to main content

Device Notifications (1.0.0)

Download OpenAPI specification:Download

This api is used by the Associate App

Device notifications

Manages device notifications

Create notification for

Creates a notification for push notifications

Authorizations:
oauth2
Request Body schema: application/json
object

Recipients of the notification that might be a list of users or group by a custom topics. If more than one is set, the result is the intersection of them. They are technically filterd by the AND operator.

object
object

Responses

Request samples

Content type
application/json
{
  • "recipients": {
    },
  • "notification": {
    },
  • "data": {
    }
}

Response samples

Content type
application/json
{
  • "notificaton_id": "string"
}