---
title: "Poll signup session status"
method: POST
path: "/signup/step_2"
tags: ["signup"]
---

# Poll signup session status

`POST /signup/step_2`

Returns the registration session status (missing/pending/expired/accepted/rescinded) without consuming it.

## Request body

- SignupStep2Input
  - `email` string
  - `otp_code` string
  - `session_token` string

## Response `200`

OK

- SignupStep2Output
  - `status` string

## 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/versions/3feea260296c/schema)
