Notifications

These routes belong are responsible for managing business notifications.


Unread Notifications

View unread business notifications.

Endpoint

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

Show Notification

Show a single business notification

Endpoint

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

All Notifications

View all business notifications.

Endpoint

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