Openapi
Delete notification
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.
Authorization
recipientSession AuthorizationBearer <token>
In: header
Response Body
curl -X DELETE "https://loading/v1/me/notifications/{notificationId}"Empty
Update notification state PATCH
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.
Get notification counts GET
Returns aggregate counts for the authenticated recipient's notifications broken down by total, unread, read, and archived. Useful for rendering badge counters without fetching the full notification list.