PostHog
active

Product analytics — events, funnels, feature flags, session replay, experiments

monitoringBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call PostHog with your PincerAPI key. No separate signup needed.

# Get instructions for PostHog
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/posthog/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/posthog/your/endpoint/here"

Direct Setup

Endpoints

GET/projects/{project_id}/events/

List events

GET/projects/{project_id}/persons/

List persons (users)

GET/projects/{project_id}/feature_flags/

List feature flags

GET/projects/{project_id}/insights/

List saved insights (charts/funnels)

Related APIs in monitoring