---
title: "Fetch a number of reviews"
method: GET
path: "/reviews/{siteid}"
tags: ["reviews"]
---

# Fetch a number of reviews

`GET /reviews/{siteid}`

This is a general purpose endpoint to retrieve reviews about the merchant or company. It is by default limited to 100 reviews at a time. Higher amounts may be requested, but could time out if the request becomes too large.

## Path parameters

- `siteid` integer, required

## Query parameters

- `token` string, required
- `from` string
- `to` string
- `rating` string
- `sort` 'newest' | 'oldest' | 'highest' | 'lowest' | 'featured'
- `limit` integer
- `full_name` 0 | 1
- `page` integer
- `removed` 0 | 1
- `test` boolean
- `xml` boolean

## Response `200`

Success - A JSON dictionary of your reviews will be returned.

## Other responses

- `403` — Not Authorized - Your siteID was not found or your token was incorrect.
- `500` — Error - Something else went wrong. A bug report is automatically sent if this ever occurs.

---

[API](https://skmtc.dev/shopperapproved/apis/shopper-approved-api.md) · [All operations](https://skmtc.dev/shopperapproved/apis/shopper-approved-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shopperapproved/shopper-approved-api/revisions/9881d9e6a701/schema)
