--- title: 'PostHog' description: '' --- # PostHog undefined | Detail | Value | |---|---| | Category | Analytics | | Base URL | `https://app.posthog.com/api` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `posthog` | ## Using PostHog in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **PostHog** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_events_0) | Events | | [GET ](./get_persons_1) | Persons | | [GET ](./get_feature_flags_2) | Feature Flags | | [GET ](./get_insights_3) | Insights | | [GET ](./get_dashboards_4) | Dashboards | | [GET ](./get_cohorts_5) | Cohorts | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.