---
title: "Claim victory of a game"
method: POST
path: "/api/board/game/{gameId}/claim-victory"
tags: ["Board"]
---

# Claim victory of a game

`POST /api/board/game/{gameId}/claim-victory`

Claim victory when the opponent has left the game for a while.

## Path parameters

- `gameId` string, required

## Response `200`

The victory was successfully claimed.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — The victory claim has failed.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
