{ "opencollection": "1.0.0", "info": { "name": "Lane Trim API", "version": "1.3.43" }, "items": [ { "info": { "name": "Trim", "type": "folder" }, "items": [ { "info": { "name": "Get assets by trim code", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/assets-by-trim-code/:trim_code", "params": [ { "name": "trim_code", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get assets by trim code" }, { "info": { "name": "Get all the trims from KBB", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/get-trade-in-trim/", "headers": [ { "name": "x-service-provider", "value": "" }, { "name": "x-dealer-code", "value": "" }, { "name": "company-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method will get all the trims from KBB" } ] } ], "bundled": true }