{ "opencollection": "1.0.0", "info": { "name": "Trustwell FoodLogiQ Compliance Recalls API", "version": "1.0.0" }, "items": [ { "info": { "name": "Recalls", "type": "folder" }, "items": [ { "info": { "name": "List Recalls", "type": "http" }, "http": { "method": "GET", "url": "https://api.trustwell.com/foodlogiq/v1/recalls", "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 recall and withdrawal events." }, { "info": { "name": "Create Recall", "type": "http" }, "http": { "method": "POST", "url": "https://api.trustwell.com/foodlogiq/v1/recalls", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Initiate a new recall or withdrawal event." }, { "info": { "name": "Get Recall", "type": "http" }, "http": { "method": "GET", "url": "https://api.trustwell.com/foodlogiq/v1/recalls/:recallId", "params": [ { "name": "recallId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Retrieve details and progress for a specific recall event." } ] } ], "bundled": true }