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 order list

GET
/api/v1/openapi/get_orders

Request

Query Params
type
string 
optional
Order type: 0-All 1-Waiting 2-Scheduled 3-Sent 4-Opened 5-Evaluated 6-Cancelled
Example:
0
start_sent_at
string 
optional
Sending start time filter
end_sent_at
string 
optional
Sending end time filter
start_time
string 
optional
Order creation start time filter
end_time
string 
optional
Order creation end time filter
sort_by
string 
optional
Sorting method (created-ascending, created-descending)
page_size
string 
optional
Page size default 20
Example:
10
page
string 
optional
Current page default 1
Example:
1
Header Params
Public-Token
string 
optional
Example:
4r1VQ1UAjM2DQYInEQvaOg==
Sign
string 
optional
Example:
4bf4929e5a76f8e97ef776053ce488ae1482d57b52e71e0f089f03371b90406a
Timestamp
string 
optional
Example:
1742497297

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_orders?type=0&start_sent_at=&end_sent_at=&start_time=&end_time=&sort_by=&page_size=10&page=1' \
--header 'Public-Token: 4r1VQ1UAjM2DQYInEQvaOg==' \
--header 'Sign: 4bf4929e5a76f8e97ef776053ce488ae1482d57b52e71e0f089f03371b90406a' \
--header 'Timestamp: 1742497297'

Responses

🟢200OK
application/json
Body
code
integer 
required
message
string 
required
data
object 
required
page
object 
required
list
array [object {9}] 
required
request_id
string 
required
Example
{"code":0, "message":"OK", "request_id":"", "data":{"page":{"page":1, "page_size":10, "total_page":3, "count":23}, "list":[{"order_id":"5889402896474", "order_name":"#1052", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Feb 01,2024 9:12AM", "send_at":"", "status":"Not auto request", "is_manual_send":0}, {"order_id":"327755", "order_name":"#Imp0002", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Dec 22,2023 6:13PM", "send_at":"", "status":"Opened", "is_manual_send":0}, {"order_id":"344894", "order_name":"#Imp0001", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Dec 22,2023 5:55PM", "send_at":"", "status":"Sent", "is_manual_send":0}, {"order_id":"5720128028762", "order_name":"#1051", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Nov 09,2023 4:52PM", "send_at":"", "status":"Left reviews", "is_manual_send":1}, {"order_id":"178700", "order_name":"#Imp0002", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Sep 20,2023 5:39PM", "send_at":"", "status":"Clicked", "is_manual_send":1}, {"order_id":"719346", "order_name":"#Imp0001", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Sep 20,2023 5:39PM", "send_at":"", "status":"Opened", "is_manual_send":1}, {"order_id":"5588352204890", "order_name":"#1050", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Aug 18,2023 2:17PM", "send_at":"", "status":"Error", "is_manual_send":1}, {"order_id":"5588350730330", "order_name":"#1049", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Aug 18,2023 2:13PM", "send_at":"", "status":"Error", "is_manual_send":1}, {"order_id":"5588349681754", "order_name":"#1048", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Aug 18,2023 2:10PM", "send_at":"", "status":"Error", "is_manual_send":1}, {"order_id":"5535725027418", "order_name":"#1047", "customer_name":"", "email":"[email protected]", "phone":"", "order_date":"Jul 15,2023 3:45PM", "send_at":"", "status":"Sent", "is_manual_send":1}]}}
Modified at 2025-06-20 11:13:00
Previous
Get review list
Next
Get customer event list
Built with