{ "opencollection": "1.0.0", "info": { "name": "Lemmy REST Account Notifications API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "List notifications", "type": "http" }, "http": { "method": "GET", "url": "https://lemmy.world/api/v4/account/notification/list", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "unread_only", "value": "", "type": "query" } ] }, "docs": "Retrieve a paginated list of notifications for the authenticated user." }, { "info": { "name": "Mark all notifications as read", "type": "http" }, "http": { "method": "POST", "url": "https://lemmy.world/api/v4/account/notification/mark_as_read/all" }, "docs": "Mark all pending notifications as read for the authenticated user." } ] } ], "bundled": true }