cURL
curl --request GET \ --url https://api.example.com/vendor/sellers/me/reviews \ --header 'Authorization: Bearer <token>'
{ "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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
The total number of items available
The number of items skipped before these items
The number of items per page