SalesReports Api request allways 'Forbidden'

Hi, I want to download the salesReports via the API, unfortunately, over: https://api.appstoreconnect.apple.com/v1/salesReports?filter%5Bfrequency%5D=DAILY&filter%5BreportSubType%5D=SUMMARY&filter%5BreportType%5D=SALES&filter%5BvendorNumber%5D=<my_vendor_number>

I always get:

I generate the token for 15min and without any scope restriction and following the description here https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports.

Can anybody spot what I'm missing or wrongly formatted the request or any idea what I could test next to get a finally a result? thanks a lot for your help.

Replies

Hello there, did you manage to resolve that problem? I have the same problem as you too, tried with finance/sale/admin role api key but still no luck. A 403 like below is always returned.

<html>

<head> <title>403 Forbidden</title> </head>

<body> <center> <h1>403 Forbidden</h1> </center> <hr> <center>Apple</center> </body>

</html>