{ "opencollection": "1.0.0", "info": { "name": "OneAtlas WorldDEM Access Notifications API", "version": "1.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Get All Notifications", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/notifications" }, "docs": "Get all notifications for the current user contract" } ] } ], "bundled": true }