{ "opencollection": "1.0.0", "info": { "name": "DoseSpot Medications Notifications API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Get notification counts", "type": "http" }, "http": { "method": "GET", "url": "https://my.dosespot.com/webapi/v2/notifications/counts" }, "docs": "Retrieve the count of pending notifications and actionable items (transmission errors, refill requests, pharmacy responses) for the authenticated clinician." } ] } ], "bundled": true }