---
title: "Match Session"
method: POST
path: "/api/py/desktop/match-session"
---

# Match Session

`POST /api/py/desktop/match-session`

## Request body

- MatchSessionRequest
  - `meeting_url` string, required
  - `window_title` string, nullable
  - `platform` string, nullable

## Response `200`

Successful Response

- MatchSessionResponse
  - `matched_session` MatchedSession
    - `id` string, required
    - `name` string, required
    - `start_time` string, nullable
    - `meeting_platform` string, nullable
    - `session_status` string, nullable
    - `stop_requested` boolean
  - `can_claim` boolean
  - `already_claimed` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
