Notifications
Notifications endpoints of the bizSupply API.
Last updated: 2026-07-21
GET /api/v1/notifications
List active (non-dismissed) notifications for the authenticated tenant.
Responses
| Status | Description |
|---|---|
200 | List of active notifications |
401 | Authentication required |
POST /api/v1/notifications/{id}/dismiss
Dismiss a notification.
Returns 204 on success. Returns 404 if not found, already dismissed, or outside the caller's tenant (no distinction to prevent cross-tenant probing).
Parameters
| Name | In | Required | Description |
|---|---|---|---|
id | path | yes | Notification UUID. |
Responses
| Status | Description |
|---|---|
204 | Notification dismissed |
401 | Authentication required |
404 | Notification not found |