Help customers unsubscribe from emails
Request
Body Params application/json
{
"email": "example@gmail.com",
"email_type": "request_update_review"
}
Request Code Samples
curl --location --request POST 'https://rapi.trustoo.io/api/v1/openapi/email_unsubscribe' \
--header 'Public-Token: 6WuFXoxP8eSvEV0GnduE4g==' \
--header 'Sign: 62edd52f32eaadcfd30ca4378430bd8e8cde5e8375dbb9c7eef91262b1f3facc' \
--header 'Timestamp: 1745486160' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "example@gmail.com",
"email_type": "request_update_review"
}'
Responses
application/json {
"code": 0,
"message": "OK",
"request_id": "bf4fdcdf-c984-4c4f-a039-f8c6748285c8"
}
Modified at 2025-06-20 11:12:43