---
title: "Get Feedback"
method: GET
path: "/v1/shops/{shopId}/feedbacks/{feedbackId}"
tags: ["Feedbacks"]
---

# Get Feedback

`GET /v1/shops/{shopId}/feedbacks/{feedbackId}`

Retrieves a specific feedback.

## Response `200`

- object
  - `feedback` object
    - `id` integer
    - `salt` string
    - `shop_id` integer
    - `invoice_id` integer
    - `status` string
    - `message` string
    - `image` string
    - `rating` integer
    - `is_automatic` boolean
    - `edit_count` integer
    - `reply` string
    - `dispute_reason` string
    - `disputed_at` string
    - `created_at` string
    - `edited_at` string
    - `updated_at` string
    - `replied_at` string
    - `deleted_at` string
    - `image_url` string

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
