1. Reviews Data API
TrustWILL
  • Reviews Widget Integration
  • Reviews Data API
    • API Quick Start
    • Response Code
    • Webhook Description
    • Get OAuth2 Authorization URL
      GET
    • OAuth2 Get Access Token
      POST
    • Revoke Token
      POST
    • Disconnect Authorization
      POST
    • Get Shop Authorization Info
      GET
    • Get Shop Installation Status
      GET
    • Create shop webhook
      POST
    • Update shop webhook
      POST
    • Delete shop webhook
      POST
    • Get shop webhooks
      GET
    • Get review detail
      GET
    • Get review list
      GET
    • Get order list
      GET
    • Get rating
      GET
    • Get customer event list
      GET
    • Unsubscribe
      POST
    • Get the video upload url
      GET
    • Create review
      POST
    • Delete review
      POST
    • Create customer exclusion
      POST
    • Delete customer exclusion
      POST
    • Get customer exclusion list
      GET
    • Obtain file upload credentials
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Reviews Data API

Get review detail

GET
/api/v1/openapi/get_review

Request

Authorization
API Key
Add parameter in header
Example:
X-Token: ********************
or
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://rapi.trustoo.io/api/v1/openapi/get_review?id=57748' \
--header 'Public-Token: f4OUkAIBAHAPbhn/fPjv1g==' \
--header 'Sign: c3dcf2a989a6f39819cf37b110bf30f86267b84a754b42f55615b95bb963351c' \
--header 'Timestamp: 1779622307'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "code": 0,
    "message": "success",
    "time": 1779622524,
    "request_id": "68778e2b8ccf1d13820a0a12bc78bb38",
    "data": {
        "id": "57853",
        "rating": 5,
        "author": "Trust WILL",
        "author_email": "[email protected]",
        "author_phone": "",
        "author_country": "SG",
        "title": "test",
        "content": "test",
        "commented_at": "2026-05-19T06:58:30Z",
        "item_type": "",
        "order_id": "0",
        "variant_id": "0",
        "source": "Store front",
        "is_verified": 1,
        "is_featured": 0,
        "is_published": 1,
        "is_top": 0,
        "tag": "",
        "media_type": 1,
        "media": [],
        "reply": null,
        "product": {
            "id": "9200305176832",
            "title": "The Collection Snowboard: Oxygen",
            "handle": "the-collection-snowboard-oxygen",
            "image_src": "https://cdn.shopify.com/s/files/1/0791/9848/6784/files/Main_d624f226-0a89-4fe1-b333-0d1548b43c06.jpg?v=1760349486",
            "url": "https://test.myshopify.com/products/the-collection-snowboard-oxygen"
        },
        "created_at": "2026-05-19T06:58:30Z",
        "updated_at": "2026-05-20T08:52:06Z"
    }
}
Modified at 2026-05-24 11:34:00
Previous
Get shop webhooks
Next
Get review list
Built with