---
title: "Add to waitlist"
method: POST
path: "/waitlist"
tags: ["waitlist"]
---

# Add to waitlist

`POST /waitlist`

Adds an entry to the waitlist.

## Request body

- WaitlistSchema
  - `name` string
  - `email` string

## Response `201`

Waitlist entry created successfully

- SuccessResponseSchema2
  - `status` string
  - `status_code` integer — The HTTP status code. Usually 200 , 201, 204 etc
  - `message` string — A basic message describing a request was processed successfully. example: "Successfully"

## Other responses

- `400` — Bad Request
- `422` — Validation error
- `500` — Server error

## Changes

- **2024-08-07** `f777e29f0ee3` — 1 info
  - added the non-success response with the status `422`
- **2024-08-07** `06cecc2ac126` — 1 info
  - removed the non-success response with the status `422`

[Change history](https://skmtc.dev/hngprojects/apis/kimiko-golang-swagger/changes/waitlist/post.md)

---

[API](https://skmtc.dev/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.dev/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
