I am building out a dashboard for the internal usage of our company. I have published an app using Flutter and collect implemented subscription using RevenueCat. I am now building a dashboard for internal use within the company. However, I need to fetch info of the purchases and renewals to show relevant revenue data in that dashboard. I can't find any API that exposes these reports on both RevenueCat and Google Play Developer Console. I need to be pointed in the right direction to implement this. Thanks
P.S. While implementing the app, I made a mistake of not logging renewals. I have user first time purchase but unfortunately when the user renews their subscription I don't log it in my backend. Hence I am dependent on RevenueCat and Play Console to get this info.