{ "opencollection": "1.0.0", "info": { "name": "OneAtlas WorldDEM Access Notify API", "version": "1.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Notify", "type": "folder" }, "items": [ { "info": { "name": "Search the Notifications", "type": "http" }, "http": { "method": "POST", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/notifications/search", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search the Notifications" }, { "info": { "name": "Delete a Notification Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/notifications/:notificationId", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "notificationId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "the identifier of the notification subscription" } ] }, "docs": "Delete a subscription." } ] } ], "bundled": true }