PATCH
/api/notifications
Mark notifications as read
Marks one or more notifications as read.
curl -s -X PATCH "$BASE/api/notifications" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"ids": ["notif_1", "notif_2"]}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| ids | string[] | N | — | Notification IDs to mark as read (omit to mark all) |