These routes belong are responsible for managing user notifications.
View unread user notifications.
Method | URI | Authentication |
---|---|---|
GET |
/business/{unique_id}/user/notifications/new |
true |
Show a single user notification
Method | URI | Authentication |
---|---|---|
GET |
/business/{unique_id}/user/notification/{id} |
true |
View all user notifications.
Method | URI | Authentication |
---|---|---|
GET |
/business/{unique_id}/user/notifications/all |
true |