---
title: Customer Reviews
framework: appstoreconnectapi
role: collectionGroup
role_heading: API Collection
path: appstoreconnectapi/customer-reviews
---

# Customer Reviews

Get the customer reviews for your app.

## Overview

Overview The customerReviews resource represents the ratings and reviews that customers write for your app that the App Store displays. Customers can provide reviews for your app in the App Store, or when your app requests a review. For more information about reviews, see Ratings, Reviews, and Responses. Use this API to read the customer reviews for your app as follows: Call the List all customer reviews for an app endpoint to get all customer reviews for your app. Filter the reviews by territory and rating, and sort them by date or rating. You can also get a list of the reviews with or without published responses. Call the List all customer reviews for an app store version endpoint to get the customer reviews for a specific app version. Call the Read customer review information endpoint using the resource ID of the review to read the details of a specific review. To manage your responses to the customers reviews, use the endpoints in Customer Review Responses. For example, call Get a customer review response using the resource ID of the customer review to read your response to that review.

## Topics

### Getting customer reviews for an app or app version

- [List all customer reviews for an app](appstoreconnectapi/get-v1-apps-_id_-customerreviews.md)
- [List customer review IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-customerreviews.md)
- [List all customer reviews for an app store version](appstoreconnectapi/get-v1-appstoreversions-_id_-customerreviews.md)

### Reading customer reviews

- [Read customer review information](appstoreconnectapi/get-v1-customerreviews-_id_.md)

### Reading review summariztions

- [Read Customer Review Summarizations](appstoreconnectapi/get-v1-apps-_id_-customerreviewsummarizations.md)

### Objects

- [CustomerReviewsResponse](appstoreconnectapi/customerreviewsresponse.md)
- [CustomerReviewResponse](appstoreconnectapi/customerreviewresponse.md)
- [CustomerReview](appstoreconnectapi/customerreview.md)
- [AppCustomerReviewsLinkagesResponse](appstoreconnectapi/appcustomerreviewslinkagesresponse.md)
- [CustomerReviewSummarization](appstoreconnectapi/customerreviewsummarization.md)
- [CustomerReviewSummarizationsResponse](appstoreconnectapi/customerreviewsummarizationsresponse.md)

## See Also

### Customer Reviews and Responses

- [Customer Review Responses](appstoreconnectapi/customer-review-responses.md)
