---
title: "Verify Tournament Completion"
method: PATCH
path: "/api/v3/tournaments/completions/{tournament_completion_id}/verify"
tags: ["Tournaments"]
---

# Verify Tournament Completion

`PATCH /api/v3/tournaments/completions/{tournament_completion_id}/verify`

Verify a non-PB tournament completion (bot mod-review callback).

## Path parameters

- `tournament_completion_id` integer, required — Tournament completion ID

## Response `200`

Request fulfilled, document follows

- JobStatusResponse
  - `id` string, uuid, required
  - `status` 'processing' | 'succeeded' | 'failed' | 'timeout' | 'queued', required
  - `error_code` string, nullable
  - `error_msg` string, nullable

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api-2.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api-2/versions/d414c162acb9/schema)
