---
title: "OTP 발송"
method: POST
path: "/api/v1/utils/otp/auth"
tags: ["Utils"]
---

# OTP 발송

`POST /api/v1/utils/otp/auth`

휴대폰 인증을 위한 OTP 발송하기

## Request body

- SmsAuthyRequest
  - `recipientPhoneNumber` string — 수신자 번호 (E.164 포맷. 예: +821012345678)

## 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)
