Path parameters

Responses

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