Openapi
Get notification counts
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.
Authorization
recipientSession AuthorizationBearer <token>
In: header
Response Body
curl -X GET "https://loading/v1/me/notifications/counts"Empty
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.
Bulk update notifications POST
Applies a single action (read, unread, archive, unarchive, delete, or shown) to up to 100 notifications identified by their public ids. Duplicate ids in the array are deduplicated server-side. Returns the count of notifications actually affected.