List Notifications
Returns the notification feed for the authenticated user’s organization.Response
| Field | Type | Description |
|---|---|---|
id | string | Notification ID |
type | string | Event type (see below) |
message | string | Human-readable notification text |
read | boolean | Whether the user has marked it as read |
created_at | string | ISO 8601 timestamp |
Notification Types
| Type | Description |
|---|---|
member.joined | A member accepted an invitation |
device.enrolled | A device was enrolled |
device.disabled | A device was disabled |
billing.updated | A billing event occurred |
threat.alert | A threat detection threshold was exceeded |
Mark as Read
Marks a single notification as read.Response
200 OK
Mark All as Read
Marks all notifications in the feed as read.Response
200 OK