Openapi
Update notification state
Applies exactly one state change to the notification: mark as read/unread, archive/unarchive, or mark as shown. The body must contain exactly one of read, archived, or shown. Marking as shown is write-once and cannot be reverted.
Authorization
recipientSession AuthorizationBearer <token>
In: header
Response Body
curl -X PATCH "https://loading/v1/me/notifications/{notificationId}"Empty
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.
Delete notification DELETE
Permanently removes a notification from the authenticated recipient's inbox. This action is irreversible. The endpoint is idempotent — deleting an already-deleted notification returns success.