---
title: "Submit signup screener"
method: POST
path: "/signup/screener/submit"
tags: ["signup"]
---

# Submit signup screener

`POST /signup/screener/submit`

Validates the screener payload (business email + business name) and starts an identity registration session. Answers 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

- SignupScreenerSubmitInput
  - `business_name` string
  - `email` string
  - `first_name` string
  - `last_name` string
  - `role` string

## Response `200`

OK

- SignupScreenerSubmitOutput
  - `qualified` boolean

## Other responses

- `default` — Error response.

## Changes

- **2026-08-19** `f0991172edbc` — 1 warning
  - removed the optional property `otp_session_id` from the response with the `200` status

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/signup/screener/submit/post.md)

---

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