{ "opencollection": "1.0.0", "info": { "name": "Lane Trade_in_history API", "version": "1.3.43" }, "items": [ { "info": { "name": "Trade_in_history", "type": "folder" }, "items": [ { "info": { "name": "Get trade in history", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/get-trade_in_history/:order_id", "params": [ { "name": "order_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method will get all the trade in history" } ] } ], "bundled": true }