{ "opencollection": "1.0.0", "info": { "name": "Echo Authorizer documents API", "version": "1.0.0" }, "items": [ { "info": { "name": "documents", "type": "folder" }, "items": [ { "info": { "name": "Returns documents for a shipment", "type": "http" }, "http": { "method": "GET", "url": "https://virtserver.swaggerhub.com/echogl/Echo_Authorizer_Public/1.0.0/v2/shipments/:Id/documents", "params": [ { "name": "Id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve documents associated with a shipment." } ] } ], "bundled": true }