Skip to main content
Analytics endpoints are scoped to a hub and require a team-owner Bearer token. All responses are application/vnd.api+json.

Base path

All endpoints accept optional from / to ISO-8601 query parameters (from must be strictly before to). When omitted, a default window is applied (30 days for most endpoints, 24 hours for /email).

GET /overview

Returns the three core membership KPIs for the hub. Resource type: analytics_overview

GET /engagement

Returns membership KPIs plus six community/content leaderboards. Resource type: analytics_engagement Default: all sections returned at top-10.

Single-section pagination

Add section=<name> and page[size]=<1..100> to fetch one section only:
Valid section values: top_members_by_posts, top_members_by_comments, top_posts, top_content, top_spaces, recent_members. Soft-deleted discussions and comments are excluded from all leaderboards.

GET /email

Returns email deliverability KPIs. Default window: last 24 hours. Resource type: analytics_email_deliverability