Buttondown Documentation
We've added support for tracking and filtering by churn dates in the Subscribers API:
The Subscriber
schema now includes a churn_date
field that tracks when a paid subscriber churned from their subscription.
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
)This is particularly useful for analyzing churn patterns and building retention reports for your paid newsletter.