---
title: "Join a Swiss tournament"
method: POST
path: "/api/swiss/{id}/join"
tags: ["Tournaments (Swiss)"]
---

# Join a Swiss tournament

`POST /api/swiss/{id}/join`

Join a Swiss tournament, possibly with a password.

## Path parameters

- `id` string, required

## Response `200`

The tournament was successfully joined.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — Joining the tournament 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)
