{ "opencollection": "1.0.0", "info": { "name": "PostHog actions heatmap_screenshots API", "version": "1.0.0" }, "items": [ { "info": { "name": "heatmap_screenshots", "type": "folder" }, "items": [ { "info": { "name": "environments_heatmap_screenshots_content_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/heatmap_screenshots/:id/content/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this saved heatmap." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "heatmap_screenshots_content_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/heatmap_screenshots/:id/content/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this saved heatmap." }, { "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/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }