---
title: "Complete signup"
method: POST
path: "/signup/step_3"
tags: ["signup"]
---

# Complete signup

`POST /signup/step_3`

Consumes the registration session, sets the password, and creates the individual. Returns the new individual id, email, and TOTP enrollment secret.

## Request body

- SignupStep3Input
  - `business_name` string
  - `ein` string
  - `email` string
  - `first_name` string
  - `last_name` string
  - `otp_code` string
  - `password` string
  - `session_token` string
  - `state` string

## Response `200`

OK

- SignupStep3Output
  - `email` string
  - `individual_id` string
  - `session_token` string
  - `totp_secret` SignupTOTPSecret
    - `secret` string
    - `url` 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)
