{ "opencollection": "1.0.0", "info": { "name": "File Management ANALYTICS BARCODE API", "version": "v3" }, "items": [ { "info": { "name": "BARCODE", "type": "folder" }, "items": [ { "info": { "name": "Create Barcode", "type": "http" }, "http": { "method": "POST", "url": "https://files-integration.inspectorio.com/api/v1/barcode", "body": { "type": "json", "data": "{}" } }, "docs": "Create Barcode" }, { "info": { "name": "Retrieve Barcode", "type": "http" }, "http": { "method": "POST", "url": "https://files-integration.inspectorio.com/api/v1/barcode/retrieve", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve Barcode" }, { "info": { "name": "Delete Barcode", "type": "http" }, "http": { "method": "POST", "url": "https://files-integration.inspectorio.com/api/v1/barcode/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete Barcode" } ] } ], "bundled": true }