Openapi
Bulk update notifications
Applies a single action (read, unread, archive, unarchive, delete, or shown) to up to 100 notifications identified by their public ids. Duplicate ids in the array are deduplicated server-side. Returns the count of notifications actually affected.
Authorization
recipientSession AuthorizationBearer <token>
In: header
Response Body
curl -X POST "https://loading/v1/me/notifications/bulk"Empty
Get notification counts GET
Returns aggregate counts for the authenticated recipient's notifications broken down by total, unread, read, and archived. Useful for rendering badge counters without fetching the full notification list.
Get preferences GET
Returns the authenticated recipient's full preference set including the global mute flag, global channel preferences, and per-topic overrides with subscription status, frequency, and channel toggles.