---
title: "Get product review by review ID"
method: GET
path: "/reviews-and-ratings/api/review/{reviewId}"
tags: ["Review"]
---

# Get product review by review ID

`GET /reviews-and-ratings/api/review/{reviewId}`

Retrieves information of a product review based on the review's ID.

 ## Permissions

This endpoint does not require [permissions](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3).

## Path parameters

- `reviewId` string, required

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

OK

- object — Response body object.
  - `id` string — Review ID.
  - `productId` string — Product ID.
  - `rating` number — Customer rating.
  - `title` string — Review's title.
  - `text` string — Review's text.
  - `reviewerName` string — Reviewer name.
  - `shopperId` string — Shopper email.
  - `reviewDateTime` string — Review's date and time.
  - `searchDate` string — Review's search date.
  - `verifiedPurchaser` boolean — Indicates if the reviewer is a verified purchaser (`true`) or not (`false`).
  - `sku` string, nullable — SKU ID.
  - `approved` boolean — Indicates if the review was approved (`true`) or not (`false`).
  - `location` string, nullable — Review's origin location.
  - `locale` string, nullable — Review's locale.
  - `pastReviews` string, nullable — Past reviews of the same product.

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/vtex/apis/reviews-and-ratings-api.md) · [All operations](https://skmtc.net/vtex/apis/reviews-and-ratings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vtex/reviews-and-ratings-api/revisions/b3004f2e6a88/schema)
