{ "opencollection": "1.0.0", "info": { "name": "Trustwell FoodLogiQ Compliance Suppliers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Suppliers", "type": "folder" }, "items": [ { "info": { "name": "List Suppliers", "type": "http" }, "http": { "method": "GET", "url": "https://api.trustwell.com/foodlogiq/v1/suppliers", "params": [ { "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 a list of suppliers in the supply chain network." }, { "info": { "name": "Create Supplier", "type": "http" }, "http": { "method": "POST", "url": "https://api.trustwell.com/foodlogiq/v1/suppliers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Add a new supplier to the supply chain network." }, { "info": { "name": "Get Supplier", "type": "http" }, "http": { "method": "GET", "url": "https://api.trustwell.com/foodlogiq/v1/suppliers/:supplierId", "params": [ { "name": "supplierId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Retrieve details for a specific supplier." }, { "info": { "name": "Update Supplier", "type": "http" }, "http": { "method": "PUT", "url": "https://api.trustwell.com/foodlogiq/v1/suppliers/:supplierId", "params": [ { "name": "supplierId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Update supplier information." } ] } ], "bundled": true }