Authentication: HMAC signature OR OAuth2 Bearer Token
Scope: write_reviews
Request
Add parameter in header Public-Token
Example:Public-Token: ********************
or
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params application/jsonRequired
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/delete_review' \
--header 'Sign: 31ff687ec862dbf14cb1a75407e1681b5bde64feb350f545c22f69c095ddbaba' \
--header 'Timestamp: 1779678340' \
--header 'Public-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": 1
}'
Responses
{
"code": 0,
"message": "string",
"time": 0,
"request_id": "string"
}
Modified at 2026-06-24 04:25:21