Get preferences
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.
Authorization
recipientSession In: header
Response Body
curl -X GET "https://loading/v1/me/preferences"Bulk update notifications POST
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.
Update preferences PUT
Updates the authenticated recipient's notification preferences. Provide any combination of `globalMute`, `globalChannelPreferences`, or per-topic `preferences` overrides. At least one field must be present. Channel preferences are partially merged — only the channels you include are updated.