Android Publisher Google Console API is not returning list of reviews

Viewed 8

Based on google documentation, I am calling the endpoint for fetching all reviews like here:

curl \
'https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.questionpro/reviews' \
  --header 'Authorization: Bearer [myAccessToken] \
  --header 'Accept: application/json' \
  --compressed

but this endpoint returns an empty objec {}, like there is no review to fetch but there are:

Click here to see public reviews that I want to fetch

0 Answers
Related