[App Store Connect API] Failed to list sandbox testers and clear purchase history by 403 forbidden error

When attempting to list sandbox testers and clear purchase history through the App Store Connect API, the API Server returns a 403 forbidden error. I have set a correct token in the Authorization header, allowing me to list apps, users and bundleIds. Furthermore, I was able to list sandbox testers and clear purchase history successfully until two weeks ago.

OK

NG

use expired token

{
    "errors": [
        {
            "status": "401",
            "code": "NOT_AUTHORIZED",
            "title": "Authentication credentials are missing or invalid.",
            "detail": "Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokens"
        }
    ]
}

use not expired token

{
    "servlet": "jersey",
    "message": "Forbidden",
    "url": "/iris/v2/sandboxTesters",
    "status": "403"
}

We have the same issue here, it worked until end of September, and sometimes in October it started failing with the "use not expired token" response above

[App Store Connect API] Failed to list sandbox testers and clear purchase history by 403 forbidden error
 
 
Q