{ "opencollection": "1.0.0", "info": { "name": "PostHog actions welcome API", "version": "1.0.0" }, "items": [ { "info": { "name": "welcome", "type": "folder" }, "items": [ { "info": { "name": "welcome_current_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/welcome/current/", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ] }, "docs": "Aggregated payload for the invited-user welcome screen." } ] } ], "bundled": true }