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