We have been using apple Sales report API (https://api.appstoreconnect.apple.com/v1/salesReports) to fetch the sales report. It has been running for over a year without any issues.
But recently Starting JAN 15. The API is not returning Content-Disposition header which usually contains Filename additionally, x-report-filename which also contains the filename information is missing. We are not able to save the files without the filename.
We do not see any update to the Sales Reports API in the documentation.
Is there any reason for this sudden change? Is there any alternative to get the name from the API or will this be fixed?