Request
Body Params application/json
{
"rating": 5,
"author": "Trustoo",
"author_country": "US",
"content": "this is a test"
}
Request Code Samples
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
application/json Modified at 2025-09-30 09:40:11