List topics
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.
Authorization
recipientSession In: header
Response Body
curl -X GET "https://loading/v1/me/topics"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.
Open realtime stream GET
Upgrades the connection to a Server-Sent Events (SSE) stream that pushes real-time notification events (new, updated, deleted) to the authenticated recipient. The stream remains open until the client disconnects. For WebSocket-based real-time delivery, connect to the gateway instead.