---
title: "sign-up waitlist"
method: POST
path: "/waitlist/sign-up"
tags: ["waitlist"]
---

# sign-up waitlist

`POST /waitlist/sign-up`

Sign-up for the waitlist

## Request body

- WaitlistSignUpPayload
  - `company_name` string — Customer's company name
  - `email` string, email, required — Customer e-mail
  - `first_name` string — Customer's first name
  - `last_name` string — Customer's last name
  - `phone` string — Customer's phone number
  - `seller` string — Seller the customer will be redirected to purchase devices

## Response `201`

Created response.

## Other responses

- `400` — BadRequest: Bad Request response.
- `422` — Unprocessable: Unprocessable Entity response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/versions/fa134b7fc959/schema)
