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

# Join Waitlist

`POST /waitlist`

Add an email to the waitlist. Intentionally unauthenticated.

Idempotent: duplicate email returns the existing entry.

## Request body

- WaitlistCreate
  - `email` string, required
  - `name` string, nullable
  - `company` string, nullable
  - `origin` string, required
  - `e_team_size` string, nullable
  - `e_role` string, nullable
  - `e_message` string, nullable

## Response `200`

Successful Response

- WaitlistResponse
  - `id` string, uuid, required
  - `email` string, required
  - `name` string, nullable, required
  - `company` string, nullable, required
  - `origin` string, required
  - `e_team_size` string, nullable, required
  - `e_role` string, nullable, required
  - `e_message` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
