#ultramadscientist - subscription numbers
1 messages · Page 1 of 1 (latest)
The way I'm trying to tally right now is to just count the "Start Date (UTC)" within the window I'm interested in
I recommend just using this endpoint to filter the ones you want to count: https://stripe.com/docs/api/subscriptions/list. Then using auto pagination: https://stripe.com/docs/api/pagination/auto. You can count in your loop