{ "opencollection": "1.0.0", "info": { "name": "PostHog actions max_tools API", "version": "1.0.0" }, "items": [ { "info": { "name": "max_tools", "type": "folder" }, "items": [ { "info": { "name": "max_tools_create_and_query_insight_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:project_id/max_tools/create_and_query_insight/", "params": [ { "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/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }