---
title: "Request a sign-up code"
method: POST
path: "/api/v1/auth/signup"
tags: ["authentication"]
---

# Request a sign-up code

`POST /api/v1/auth/signup`

Sends a one-time code to the given email and returns a `verificationId` to complete sign-up. No authentication required.

## Request body

- object
  - `email` string, email, required

## Response `200`

Code sent.

- AuthenticationSignupResponse200
  - `verificationId` string

## Other responses

- `400` — The request body failed validation.

---

[API](https://skmtc.net/getdial/apis/rest-api.md) · [All operations](https://skmtc.net/getdial/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdial/rest-api/revisions/5f4eb30ac29a/schema)
