---
title: "Open Instant Match Room"
method: POST
path: "/instant-match/sessions/{session_id}/room"
tags: ["instant-match", "instant-match"]
---

# Open Instant Match Room

`POST /instant-match/sessions/{session_id}/room`

The private group room this match opens. Idempotent: either person may
ask, and the second one gets the room the first one made.

Who may be here comes from the MATCH SESSION and nothing else. The caller
is the token; the other person is whoever the match says they are. Nothing
is read out of the request body, so a body cannot name a stranger.

## Path parameters

- `session_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-22** `b5b1eed6f8d6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/instant-match/sessions/:session_id/room/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
