---
title: "Resend signup OTP"
method: POST
path: "/signup/screener/resend_otp"
tags: ["signup"]
---

# Resend signup OTP

`POST /signup/screener/resend_otp`

Re-issues the OTP for an in-flight screener session by re-running registration step 1 for the supplied business email, minting a fresh OTP and re-delivering the email. Acknowledges the same way for an address that already has an account, which is then emailed a sign-in prompt rather than a code: this endpoint never reveals whether an address is registered.

## Request body

- SignupResendOTPInput
  - `email` string
  - `otp_session_id` string

## Response `200`

OK

- SignupResendOTPAck
  - `ok` boolean

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/f0991172edbc/schema)
