We've added support for tracking and filtering by churn dates in the Subscribers API:
New field
The Subscriber schema now includes a churn_date field that tracks when a paid subscriber churned from their subscription.
New filters
You can now filter subscribers by their churn date using two new query parameters:
churn_date__start- Return only subscribers who churned on or after this date (format:YYYY-MM-DD)churn_date__end- Return only subscribers who churned on or before this date (format:YYYY-MM-DD)
Example
This is particularly useful for analyzing churn patterns and building retention reports for your paid newsletter.