Returns the reviews settings configured in the administration Rating Settings page, covering both product reviews and store rating. This endpoint is available only when the 'Rating' module is active. The endpoint is read-only.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/reviews/settings
- https://api.myshoptet.comhttps://api.myshoptet.com/api/reviews/settings
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/reviews/settings \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "showDiscussion": true, "authorizationType": "required", "onlyRegisteredUsers": false, "commentAndFullNameRequired": false, "sendConfirmationEmail": false, "showVerificationInfo": false, "reviewsPerPage": 20, "storeRatingEnabled": true, "storeRatingCommentsRequired": false, "storeRatingShowVerificationInfo": false, "verificationIconAllowed": false }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }