{ "opencollection": "1.0.0", "info": { "name": "Edge Impulse FeatureFlags API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "FeatureFlags", "type": "folder" }, "items": [ { "info": { "name": "Get the current global feature flags and whether they are enabled", "type": "http" }, "http": { "method": "GET", "url": "https://studio.edgeimpulse.com/v1/api-feature-flags" }, "docs": "Get the current global feature flags and whether they are enabled" } ] } ], "bundled": true }