Get chatter leaderboard
Returns per-chatter performance metrics for the authenticated user’s agency over a specified time period.
Each row includes message volume, PPV sends and unlocks, revenue, derived ratios (golden ratio, unlock ratio), active hours, earnings per active hour, and average response time. Rows are sorted by revenue descending.
Stats are sourced from the daily aggregation table and are refreshed at most once per day, so very recent activity may not be reflected.
read:agency— Read agency information, including the agency’s team members.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Query Parameters
Start date as ISO 8601 datetime string with optional timezone offset (e.g., 2024-10-20T00:00:00+01:00 or 2024-10-20T00:00:00Z). Stats are aggregated by UTC day.
End date as ISO 8601 datetime string with optional timezone offset (e.g., 2024-10-25T00:00:00+01:00 or 2024-10-25T00:00:00Z). Stats are aggregated by UTC day.
Comma-separated chatter UUIDs to filter by (max 100). Defaults to all chatters in the agency.
Response
Chatter leaderboard data