Update preferences
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.
Authorization
recipientSession In: header
Response Body
curl -X PUT "https://loading/v1/me/preferences"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.
List topics GET
Returns all subscription topics available in the recipient's environment, grouped by category. Each topic includes its name, description, and whether it is required or opted-in by default. Use the topic ids to set per-topic preferences via the preferences endpoint.