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
      PUT
    • Delete shop webhook
      DELETE
    • Get shop webhooks
      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
  1. Reviews Data API

Get shop webhooks

GET
/api/v1/openapi/get_shop_webhooks

Request

Header Params
Public-Token
string 
optional
Example:
7ygMzD/8/cpvR8DN8rquVQ==
Sign
string 
optional
Example:
52af5af1f9576c263238b35a2f99fdf10b80eee76d35d990d8008c398dc59712
Timestamp
string 
optional
Example:
1750417459

Request 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_shop_webhooks' \
--header 'Public-Token: 7ygMzD/8/cpvR8DN8rquVQ==' \
--header 'Sign: 52af5af1f9576c263238b35a2f99fdf10b80eee76d35d990d8008c398dc59712' \
--header 'Timestamp: 1750417459'

Responses

🟢200OK
application/json
Body
code
integer 
required
status code
message
string 
required
data
array [object {5}] 
required
id
string 
optional
topic
string 
optional
url
string 
optional
created_at
string 
optional
updated_at
string 
optional
request_id
string 
required
Example
{"code":2000, "message":"OK", "data":[{"id":"1", "topic":"review/created", "url":"https://trustoo.io/webhook", "created_at":"2024-08-28 08:32:32", "updated_at":"2024-08-28 08:32:32"}], "request_id":"14ad238c-d82b-4e70-89e6-04fb9ff7d406"}
Modified at 2025-06-20 11:04:58
Previous
Delete shop webhook
Next
Get review list
Built with