This endpoint creates a veto for the specified review.
A veto flags a review as inappropriate and suggests that the review should be removed or investigated.
Veto objects consist of a comment, a reason and the associated channel name.

Note that whenever this method is called, eTrusted will create a ticket in Trusted Shops' Review Team board containing the veto data for further investigation.

Sample request payload in JSON (Click to view)
{
  "comment": "My veto comment.",
  "reason": "UNTRUTHFUL",
  "vetoReporterEmail": "[email protected]",
  "channelName": "My channel name."
}
Language