---
title: "Adds email to our waitlist"
method: POST
path: "/waitlist/"
tags: ["utils"]
---

# Adds email to our waitlist

`POST /waitlist/`

Used to keep track of interested parties

## Request body

- string

## Response `201`

success

- string

## Other responses

- `302` — email already added
- `400` — invalid params
- `500` — internal server error

## Changes

> 2 revisions in range; 1 could not be searched.

- **2022-07-08** `a16838105bfd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/generaltask/apis/general-task-api/changes/waitlist/post.md)

---

[API](https://skmtc.dev/generaltask/apis/general-task-api.md) · [All operations](https://skmtc.dev/generaltask/apis/general-task-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/generaltask/general-task-api/revisions/dd703b665df8/schema)
