Hi,
I am trying to connect and use the App Store Connect API so that I can download app reviews remotely. I have read the documentation and have used the API address as stated in the documentation:
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/customerReviews.
I keep on receiving a 403 error:
"errors" : [ {
"id" : "fbe7b837-2023-4f60-8fa0-88b50368f4cc",
"status" : "403",
"code" : "FORBIDDEN_ERROR",
"title" : "This request is forbidden for security reasons",
"detail" : "The API key in use does not allow this request"
}
I am using the same keys and headers that I use to connect to obtain sales reports info, which works absolutely fine, using the below link:
https://api.appstoreconnect.apple.com/v1/salesReports
Is there anything extra that I need to set up before I can access the reviews or am I missing something.
Thanks.