{ "opencollection": "1.0.0", "info": { "name": "PostHog actions flag_value API", "version": "1.0.0" }, "items": [ { "info": { "name": "flag_value", "type": "folder" }, "items": [ { "info": { "name": "flag_value_values_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/flag_value/values/", "params": [ { "name": "key", "value": "", "type": "query", "description": "The flag ID" }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ] }, "docs": "Get possible values for a feature flag.\n\nQuery parameters:\n- key: The flag ID (required)\nReturns:\n\n- Array of objects with 'name' field containing possible values" } ] } ], "bundled": true }