Path parameters

Responses

GET /v2/public/shops/{shopId}/feedbacks
curl \
 -X GET https://dev.sellpass.io/v2/public/shops/{shopId}/feedbacks \
 -H "Authorization: $API_KEY"
Response examples (200)
{
  "data": {
    "feedbacks": [
      {
        "rating": 42,
        "comment": "string",
        "sellerReply": "string",
        "createdAt": "2023-05-04T09:42:00+00:00",
        "updatedAt": "2023-05-04T09:42:00+00:00"
      }
    ]
  },
  "message": "string",
  "errors": [
    "string"
  ],
  "log": "string"
}