{ "opencollection": "1.0.0", "info": { "name": "SpotDraft V1 Contract APIs V2.1 Workspaces API", "version": "v1" }, "items": [ { "info": { "name": "V2.1 Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Check Workspace Feature Flags", "type": "http" }, "http": { "method": "POST", "url": "https://api.eu.spotdraft.com/api/v2.1/public/workspace/feature-flags/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "client-id", "value": "{{client-id}}", "placement": "header" } }, "docs": "Evaluates whether the given **feature flags** are enabled for the workspace tied to the API credentials. Pass at least one flag name in the `flags` array." } ] } ], "bundled": true }