Feedbacks
Get Feedback
Retrieves a specific feedback.
get/v1/shops/{shopId}/feedbacks/{feedbackId}
Response
Example response
{
"feedback": {
"id": 1,
"salt": "beb4969cda4b9",
"shop_id": 1,
"invoice_id": 1,
"status": "published",
"message": "Great product, instant delivery.",
"image": null,
"rating": 5,
"is_automatic": false,
"edit_count": 0,
"reply": null,
"dispute_reason": null,
"disputed_at": null,
"created_at": "2026-08-28T18:23:02.000000Z",
"edited_at": null,
"updated_at": "2026-08-28T18:23:02.000000Z",
"replied_at": null,
"deleted_at": null,
"image_url": null
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.