---
title: "Join Tutor Waitlist"
method: POST
path: "/tutor/waitlist"
tags: ["tutor"]
---

# Join Tutor Waitlist

`POST /tutor/waitlist`

Public: add an interested tutor to the waitlist while intake is paused.

Replaces the old dead-end "applications closed" page. Deduped by email — a
repeat submit refreshes the existing row instead of erroring. user_id is set
only if the submitter is logged in.

## Headers

- `authorization` string, nullable

## Request body

- TutorWaitlistRequest
  - `email` string, required
  - `full_name` string, nullable
  - `languages` string, nullable
  - `note` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[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-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
