1. Reviews
WiserReview
  • Introduction
  • API Refrences
    • Authentication
      • Generate Token
    • Reviews
      • Get review list
        GET
      • Get reviews by product
        GET
      • Create review
        POST
    • Widgets
      • Star rating
      • Product Review
  • Guides
    • Widgets
      • Plugins
      • Custom site
    • Webhooks
      • Introduction
    • Rich Snippet
      • Product Rich Snippet
  1. Reviews

Get reviews by product

GET
/v1/reviewsByProduct

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wiserreview.com/api/v1/reviewsByProduct?productId=&page&limit' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-01-12 07:09:28
Previous
Get review list
Next
Create review
Built with