GET
/
admin
/
reviews
{
  "reviews": [
    {
      "id": "<string>",
      "rating": 123,
      "reference": "seller",
      "customer_note": "<string>",
      "customer_id": "<string>",
      "seller_note": "<string>"
    }
  ],
  "count": 123,
  "offset": 123,
  "limit": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number

The number of items to return. Default 50.

offset
number

The number of items to skip before starting the response. Default 0.

fields
string

Comma-separated fields to include in the response.

reference
enum<string>

Filter by review reference

Available options:
product,
seller

Response

200 - application/json

OK

The response is of type object.