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/customerReviewResponsesResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 201 | Created Content-Type: application/json | CustomerReviewResponseV1Response | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 409 | Conflict 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.