---
title: "Top Reviews"
method: GET
path: "/v2/{account_id}/top_reviews?access_token={access_token}"
---

# Top Reviews

`GET /v2/{account_id}/top_reviews?access_token={access_token}`

This endpoint automatically retrieves the top reviews from your Yotpo reviews based on the star rating.

## Path parameters

- `account_id` string, required

## Query parameters

- `access_token` string, required
- `external_product_id` string

## Response `200`

200

- object
  - `status` object
    - `code` integer
    - `message` string
  - `pagination` unknown
  - `top_reviews` object
    - `reviews` object[]
      - `image_url` string
      - `score` integer
      - `title` string
      - `content` string
      - `product_url` string
      - `created_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/yotpo/apis/app-developer-api.md) · [All operations](https://skmtc.net/yotpo/apis/app-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yotpo/app-developer-api/revisions/4effe7674a3b/schema)
