Trustoo
  1. Reviews Data API
Trustoo
  • Reviews Widget Integration
  • Reviews Data API
    • API Quick Start
    • Response Code
    • Webhook Description
    • 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 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
    • Get rating
      GET
  1. Reviews Data API

Get rating

GET
/api/v1/openapi/get_rating

Request

None

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 --request GET 'https://rapi.trustoo.io/api/v1/openapi/get_rating'

Responses

🟢200OK
application/json
Body

Example
{
    "code": 0,
    "message": "success",
    "time": 1760086670,
    "request_id": "248a442b986d8b3196a27f1a9842dcd1",
    "data": {
        "rating_value": "3.71",
        "review_count": 65,
        "star1_count": 4,
        "star2_count": 5,
        "star3_count": 18,
        "star4_count": 17,
        "star5_count": 21
    }
}
Modified at 2025-10-10 10:13:45
Previous
Get customer exclusion list
Built with