sayren Docs
리뷰

리뷰 상세 조회

GET
/v1/reviews/{reviewId}
AuthorizationBearer <token>

userToken(계정 스코프) 또는 storeToken(스토어 스코프)

In: header

Path Parameters

reviewId*string

Response Body

application/json

curl -X GET "https://example.com/v1/reviews/string"
{  "meta": {    "status": 200,    "code": "OK",    "message": "OK",    "isSuccess": true  },  "data": {    "reviewId": "string",    "productId": "string",    "productName": "string",    "orderItemId": "string",    "optionName": "string",    "rating": 1,    "content": "string",    "images": [      "http://example.com"    ],    "writerMaskedName": "string",    "blinded": true,    "reply": {      "content": "string",      "repliedAt": "string",      "updatedAt": "string"    },    "createdAt": "string"  },  "error": null}