Is there a way to use App Store Connect API to get the information we see listed under Version History page?
https://appstoreconnect.apple.com/apps/{app_id}/appstore/activity/ios/versions?m=
I noticed that the website uses the following endpoints to retrieve that information:
https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/{app_id}/stateHistory?platform=ios
https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/{app_id}/versions/{version_id}/stateHistory?platform=ios
This looks to be an internal only API. Is it okay to use it?
Thanks!