Mass Messages
Mass Message Chart
Returns a daily timeseries for mass (group) messages over a date window — one series of **sent counts** (group_messages.chart) and one series of **$ purchased** from those messages (group_messages_purchases.chart), each with the window total and the delta vs. the prior equal-length window. Aggregate chart view; for per-message rows use [Mass Message Statistics](/api-reference/mass-messages/list-mass-messages). Requires permission api_mass_messages_read_chart.
https://public-api.buffmetrics.comAuthorization
defaultAuthorizationBearer <token>Send your FansMetric API key as a Bearer token in the Authorization header.
In: header
Path Parameters
account_id*integerOnlyFans numeric account ID.
Query Parameters
start_datestringWindow start. Default 30 days ago, UTC.
YYYY-MM-DD HH:MM:SSor ISO 8601 (theTseparator is normalized to a space).end_datestringWindow end. Default end of today, UTC. Same format as
start_date.
curl --request GET "https://public-api.buffmetrics.com/v1/acct_XXXXX/mass-messages/chart?start_date=sample_start_date&end_date=sample_end_date" \
--header "Authorization: Bearer YOUR_API_KEY"Response
200