{ "opencollection": "1.0.0", "info": { "name": "Trustwell FoodLogiQ Compliance Products API", "version": "1.0.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.trustwell.com/foodlogiq/v1/products", "params": [ { "name": "supplierId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Retrieve product specifications in the system." }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://api.trustwell.com/foodlogiq/v1/products", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Create a new product specification record." } ] } ], "bundled": true }