Public-Token: ********************Authorization: Bearer ********************curl --location 'https://rapi.trustoo.io/api/v1/openapi/get_reviews?review_ids=undefined&product_ids=undefined&is_store_review=undefined&keyword=undefined&ratings=undefined&sources=undefined&media_types=undefined&sort_by=undefined&page_size=20&page=1' \
--header 'Sign;' \
--header 'Timestamp;' \
--header 'Public-Token: <api-key>'{
"code": 0,
"message": "string",
"time": 0,
"request_id": "string",
"data": {
"page": {
"page": 0,
"page_size": 0,
"total_page": 0,
"count": 0
},
"list": [
{
"id": "string",
"rating": 0,
"author": "string",
"author_email": "string",
"author_phone": "string",
"author_country": "string",
"title": "string",
"content": "string",
"commented_at": "string",
"item_type": "string",
"order_id": "string",
"variant_id": "string",
"source": "string",
"is_verified": 0,
"is_featured": 0,
"is_published": 0,
"is_top": 0,
"tag": "string",
"media_type": 0,
"media": [
{
"url": "string",
"thumbnail_url": "string",
"type": 0,
"is_published": 0
}
],
"reply": {
"id": "string",
"content": "string",
"reply_at": "string"
},
"product": {
"id": "string",
"title": "string",
"handle": "string",
"image_src": "string",
"url": "string"
},
"created_at": "string",
"updated_at": "string"
}
]
}
}