Contents

Create or Update a Response to a Customer Review

Create a response or replace an existing response you wrote to a customer review.

URL

POST https://api.appstoreconnect.apple.com/v1/customerReviewResponses

Response Codes

StatusReasonTypeDescription
201Created
Content-Type: application/json
CustomerReviewResponseV1Response

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

409Conflict
Content-Type: application/json
ErrorResponse

The provided resource data isn’t valid.

422
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Discussion

Use this endpoint to create a response to a customer review and publish it in the App Store. If a response already exists, this endpoint updates the response by overwriting it.

Responses don’t appear in the App Store instantly. Allow some time for the App Store to publish the response.

HTTP Body

The request body of the customer review response.

See Also

Creating, Updating, and Deleting Review Responses