{ "opencollection": "1.0.0", "info": { "name": "Lane Signed API", "version": "1.3.43" }, "items": [ { "info": { "name": "Signed", "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" }, { "info": { "name": "Get AN Signed URL to Upload", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/get-an-signed-url", "params": [ { "name": "document_name", "value": "", "type": "query" }, { "name": "content_type", "value": "", "type": "query" } ] }, "docs": "Get AN Signed URL to upload document" }, { "info": { "name": "Get document package by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/document-pre-signed-url/:key", "params": [ { "name": "key", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get document package by identifier" } ] } ], "bundled": true }