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

# Join waitlist

`POST /v1/public/waitlist`

Submit an email to join the ORO waitlist.

## Request body

- WaitlistSignupRequest
  - `email` string, required — Email address to add to the waitlist
  - `source` string — Signup source

## Response `200`

Successful Response

- WaitlistSignupResponse
  - `success` boolean, required — Whether signup was recorded

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
