{ "opencollection": "1.0.0", "info": { "name": "PostHog actions web_vitals API", "version": "1.0.0" }, "items": [ { "info": { "name": "web_vitals", "type": "folder" }, "items": [ { "info": { "name": "web_vitals_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:project_id/web_vitals/", "params": [ { "name": "pathname", "value": "", "type": "query", "description": "Filter web vitals by pathname" }, { "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}}" } }, "docs": "Get web vitals for a specific pathname.\nToolbar accesses this via OAuth (handled by TeamAndOrgViewSetMixin.get_authenticators)." } ] } ], "bundled": true }