{ "opencollection": "1.0.0", "info": { "name": "Lane Uploads API", "version": "1.3.43" }, "items": [ { "info": { "name": "Uploads", "type": "folder" }, "items": [ { "info": { "name": "Upload Signed Document", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/upload-signed-document/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Upload Signed Document" } ] } ], "bundled": true }