GET
/
vendor
/
sellers
/
me
/
reviews
{
  "products": [
    {
      "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.

Response

200 - application/json

OK

The response is of type object.