Notifications

These routes belong are responsible for managing user notifications.


Unread Notifications

View unread user notifications.

Endpoint

Method URI Authentication
GET /business/{unique_id}/user/notifications/new true

Show Notification

Show a single user notification

Endpoint

Method URI Authentication
GET /business/{unique_id}/user/notification/{id} true

All Notifications

View all user notifications.

Endpoint

Method URI Authentication
GET /business/{unique_id}/user/notifications/all true