{ "opencollection": "1.0.0", "info": { "name": "LISNR Portal API (observed) Accounts Notifications API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "List a user's notifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/users/:userid/notifications/", "params": [ { "name": "userid", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List a user's notifications" }, { "info": { "name": "Update a notification", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lisnr.com/v2/users/:userid/notifications/:id", "params": [ { "name": "userid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Marks a notification read (is_read) or dismissed (is_dismissed)." } ] } ], "bundled": true }