Hi,
I am seeking assistance and feedback on the below post on feedback assistant.
FB18169176 (Customer review API forbidden error)
I am calling this endpoint in a python script: https://api.appstoreconnect.apple.com/v1/apps/6450458286/customerReviews?limit=200&sort=-createdDate
I can verify that I am getting a valid JWT token. An example is on the feedback link.
Yet I am getting this error: { "errors" : [ { "id" : "eda3b456-9aa9-47bd-8736-439db0c73545", "status" : "403", "code" : "FORBIDDEN_ERROR", "title" : "This request is forbidden for security reasons", "detail" : "The API key in use does not allow this request" } ] }
Please advise why this is the case, and please assist as this information is needed urgently.
Thank you.