{ "opencollection": "1.0.0", "info": { "name": "Rentberry Notifications API", "version": "4" }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Get user notification counters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v:version/auth/counters", "params": [ { "name": "version", "value": "", "type": "path" } ] }, "docs": "Available since API version 4. Retrieves counts of various notification types for the authenticated user." } ] } ], "bundled": true }