---
title: "Validate OTP"
method: POST
path: "/otp/verify"
tags: ["ValidateOTP"]
---

# Validate OTP

`POST /otp/verify`

Validate OTP

## Headers

- `clientType` string

## Request body

- VerifyOtpRequestDTO
  - `mobileNumber` string — Mobile Number should be same as send OTP Request
  - `email` string — Mobile Number should be same as send OTP Request
  - `otp` integer, required — OTP received from send OTP Request
  - `uuid` string, required — UUID received from send OTP Request

## Response `200`

OTP validated successfully

- string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/payu/apis/openapi-definition.md) · [All operations](https://skmtc.dev/payu/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payu/openapi-definition/revisions/94819b539402/schema)
