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

Create review

POST
/api/v1/openapi/create_review

Request

Header Params

Body Params application/json

Example
{
    "rating": 5,
    "author": "Trustoo",
    "author_country": "US",
    "content": "this is a test"
}

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 POST 'https://rapi.trustoo.io/api/v1/openapi/create_review' \
--header 'Public-Token: yu/i5Vvr9QLpmAU+x4Wycw==' \
--header 'Sign: 0ef3c95b3c06bf3a72da70d222bf7dfc7024e20ab18867623b1427b26441a4d8' \
--header 'Timestamp: 1759221598' \
--header 'Content-Type: application/json' \
--data-raw '{
    "rating": 5,
    "author": "Trustoo",
    "author_country": "US",
    "content": "this is a test"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "id": 0
}
Modified at 2025-09-30 09:40:11
Previous
Get the video upload url
Next
Delete review
Built with