Skip to main content
The Analytics API gives you programmatic access to your workspace’s email performance data — aggregate KPIs across all campaigns, per-campaign breakdowns, and a daily time-series timeline you can pipe directly into your own dashboards.

API Endpoints

Both endpoints require the campaigns:read scope.

Get Campaign Analytics

GET /api/public/v1/analytics/campaigns Returns workspace-wide KPIs and a per-campaign breakdown. Optionally filter by campaign status or a date range.

Query Parameters

Response Format


Get Campaign Timeline

GET /api/public/v1/analytics/campaigns/timeline Returns a contiguous daily series of email activity counts and derived rates. Defaults to the last 90 days when no date range is supplied.

Query Parameters

Response Format

Every day in the requested range is included in the response — days with zero activity return zeroed-out counts rather than being omitted. This makes it easy to chart a continuous series without client-side gap filling.

Required Scopes

Next Steps

Campaigns Overview

Manage campaigns and control their lifecycle.

Replies & Conversations

Access the unified reply inbox and thread details.