GET Get list of notification
/organizations/:organizationId/apps/:applicationId/notifications/ **Required Permission:** `mad.application.notification.list` Get list of notification
POST Create new notification
/organizations/:organizationId/apps/:applicationId/notifications/ **Required Permission:** `mad.application.notification.create` Create new notification
GET Get notification by Id or Slug
/organizations/:organizationId/apps/:applicationId/notifications/:applicationNotificationId **Required Permission:** `mad.application.notification.get` Get notification by Id or Slug
PUT Update notification
/organizations/:organizationId/apps/:applicationId/notifications/:applicationNotificationId **Required Permission:** `mad.application.notification.update` Update notification
DELETE Delete notification
/organizations/:organizationId/apps/:applicationId/notifications/:applicationNotificationId **Required Permission:** `mad.application.notification.remove` Delete notification