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

StatusDescription
200List of active notifications
401Authentication 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

NameInRequiredDescription
idpathyesNotification UUID.

Responses

StatusDescription
204Notification dismissed
401Authentication required
404Notification not found