{ "opencollection": "1.0.0", "info": { "name": "Lane References API", "version": "1.3.43" }, "items": [ { "info": { "name": "References", "type": "folder" }, "items": [ { "info": { "name": "Get reference id by email", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customers/reference-id", "params": [ { "name": "email", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve the reference id associated with the given email of customer." }, { "info": { "name": "Get Inventory Reference Data", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/inventory/reference-data-by-dealer-code/:dealer_code", "params": [ { "name": "dealer_code", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Inventory Reference Data" } ] } ], "bundled": true }