{ "opencollection": "1.0.0", "info": { "name": "OneAtlas WorldDEM Access Contracts API", "version": "1.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contracts", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/contracts/{contractId}/notifications", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/contracts/:contractId/notifications", "params": [ { "name": "contractId", "value": "", "type": "path", "description": "It corresponds to an internal id for the customer contract - you will be provided the contractId" } ] }, "docs": "Get all contract notifications by contract id" }, { "info": { "name": "Get Contracts", "type": "http" }, "http": { "method": "GET", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/contracts" }, "docs": "Get all contracts" } ] } ], "bundled": true }