---
title: "Sign-in step 1: verify credentials and start a step-2 session"
method: POST
path: "/identity/sign_in/step_1"
tags: ["identity", "signin"]
---

# Sign-in step 1: verify credentials and start a step-2 session

`POST /identity/sign_in/step_1`

## Request body

- IdentitySignInStep1Input
  - `email` string
  - `ip_address` string
  - `password` string
  - `required_group_id` string

## Response `200`

OK

- IdentitySignInStep1Output
  - `masked_phone_number` string
  - `session_token` string
  - `totp_secret` IdentityTOTPSecretOutput
    - `secret` string
    - `url` string
  - `twofa_method` 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/revisions/60e021790e7a/schema)
