---
title: "OTP 확인"
method: POST
path: "/api/v1/utils/otp/verify"
tags: ["Utils"]
---

# OTP 확인

`POST /api/v1/utils/otp/verify`

수신한 OTP 번호가 맞는지 확인하기

## Request body

- SmsVerifyRequest
  - `recipientPhoneNumber` string — 수신자 번호 (E.164 포맷. 예: +821012345678)
  - `verificationCode` string — SMS로 수신한 인증코드

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/revisions/662edcbbf2b3/schema)
