---
title: "Get a review Veto by reviewID"
method: GET
path: "/reviews/{reviewId}/vetos"
tags: ["Endpoints"]
---

# Get a review Veto by reviewID

`GET /reviews/{reviewId}/vetos`

This endpoint retrieves the veto for a specific review.

## Path parameters

- `reviewId` string, required

## Headers

- `Authorization` string, required

## Response `200`

The vetos for the given reviews.

- ReviewVetoResponseDto — The veto has been saved successfully.
  - `id` string, required — The veto UUID.
  - `ticketId` string, required — A reference to the ticket that was created internally at Trusted Shops for this veto. The ID is a sequence of six digits.
  - `comment` string, required — The comment in the ticket that was created internally at Trusted Shops for this veto.
  - `reason` string, required — The reason for this veto. This string may only have the following values: * `UNTRUTHFUL` * `ABUSIVE` * `VIOLATES_THE_TERMS_OF_USE` * `INAPPROPRIATE_IMAGE`
  - `createdAt` string, date-time, required — The date and time when the veto was created, in the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) and [RFC 3339](https://tools.ietf.org/html/rfc3339) compliant format yyyy-MM-dd’T’HH:mm:ss.SSSZ.
  - `updatedAt` string, date-time — The date and time when the veto was last modified, in the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) and [RFC 3339](https://tools.ietf.org/html/rfc3339) compliant format yyyy-MM-dd’T’HH:mm:ss.SSSZ.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/etrusted/apis/accounts-api.md) · [All operations](https://skmtc.net/etrusted/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etrusted/accounts-api/revisions/649ef7dac98c/schema)
