---
title: "Verify phone OTP code against user phone number"
method: POST
path: "/passport-profile/v1/phone-otp/verify"
tags: ["passport profile"]
---

# Verify phone OTP code against user phone number

`POST /passport-profile/v1/phone-otp/verify`

Verify phone OTP code for user supplied phone number

## Request body

- PhoneNumberOTPVerificationRequest — Phone number OTP verification request
  - `phone_number` string, required — Phone number
  - `code` string, required — Phone number verification OTP

## Response `200`

OK

## Other responses

- `400` — BadRequestError
- `429` — TooManyRequestsError
- `500` — InternalServerError

---

[API](https://skmtc.dev/immutable/apis/immutable-zkevm-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-zkevm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-zkevm-api/revisions/59f94155fcd0/schema)
