---
title: "Verify an SMS code and produce a step-3 session"
method: POST
path: "/identity/sms2fa/verify"
tags: ["identity", "signin"]
---

# Verify an SMS code and produce a step-3 session

`POST /identity/sms2fa/verify`

## Request body

- IdentityVerifySms2faInput
  - `code` string
  - `ip_address` string
  - `session_token` string

## Response `200`

OK

- IdentitySignInStep2Output
  - `groups` IdentitySignInStep2GroupOutput[], nullable
    - `group_id` string
    - `individual` IdentitySignInStep2IndividualOutput
      - `email` string
      - `first_name` string
      - `id` string
      - `last_name` string
      - `status` string
    - `relationship` string
  - `session_token` string
  - `success` 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/versions/3feea260296c/schema)
