List notifications
Returns a paginated list of notifications for the authenticated recipient. Filter by status (all, unread, read, archived), type, or topicId. Use cursor for keyset pagination. Results are ordered by creation time descending, newest first.
Authorization
recipientSession In: header
Response Body
curl -X GET "https://loading/v1/me/notifications"Send notification POST
Delivers an inbox notification to the specified recipient. The notification is persisted and, if the recipient is online, pushed in real time via the WebSocket gateway. Supports idempotency via the `Idempotency-Key` header — duplicate requests within the retention window return the original response. Optionally attach a `topicId` to associate the notification with a subscription topic for preference-based filtering.
Get notification GET
Retrieves the full notification object including title, message, type, priority, read/archive/shown state, timestamps, and optional custom data payload. Returns 404 if the notification does not belong to the authenticated recipient.