{ "opencollection": "1.0.0", "info": { "name": "Reelables Gateway Asset Facilities External API", "version": "1.1.1" }, "items": [ { "info": { "name": "External", "type": "folder" }, "items": [ { "info": { "name": "Send label data from a Gateway device", "type": "http" }, "http": { "method": "POST", "url": "https://api.reelables.com/{basePath}/external/v1/label-data", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "request-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Send label data from a Gateway device" }, { "info": { "name": "Send snapshot from a Gateway device", "type": "http" }, "http": { "method": "POST", "url": "https://api.reelables.com/{basePath}/external/v1/snapshot", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "request-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Send snapshot from a Gateway device" } ] } ], "bundled": true }