Hi, is there a way to get the pledge history of a single member without having to fetch the entire members list? In my case, the list is more than a ten thousand members long, so frequently fetching this seems untenable.
The patreon campaign I am developing an app for uses a month-by-month reward scheme, where you are locked out of a reward if you weren’t subscribed that month. While I can use currently_eligible_tiers, this only tracks the last month, and of course the app is being made years after the campaign has been created.
So, is there a way to skip the pain of getting the pledge history of 14k users, or do I need to approach this differently?