---
title: "Verify Added Identity"
method: POST
path: "/auth/verify-identity"
tags: ["auth"]
---

# Verify Added Identity

`POST /auth/verify-identity`

Verify OTP for newly added identity.

Uses phone_change/email_change type to verify the identity
is being added to the current user (not creating a new user).

## Request body

- VerifyOtpRequest — Verify OTP code.
  - `email` string, email, nullable
  - `phone_number` string, nullable
  - `otp_code` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
