{
"products": [
{
"id": "<string>",
"rating": 123,
"reference": "seller",
"customer_note": "<string>",
"customer_id": "<string>",
"seller_note": "<string>"
}
],
"count": 123,
"offset": 123,
"limit": 123
}
Retrieves the reviews about the seller associated with the authenticated user.
{
"products": [
{
"id": "<string>",
"rating": 123,
"reference": "seller",
"customer_note": "<string>",
"customer_id": "<string>",
"seller_note": "<string>"
}
],
"count": 123,
"offset": 123,
"limit": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.