---
title: "SMS 발송"
method: POST
path: "/api/v1/utils/sms/message"
tags: ["Utils"]
---

# SMS 발송

`POST /api/v1/utils/sms/message`

SMS 발송하기

## Request body

- SmsMessageRequest
  - `messageContents` string — 발신할 SMS 내용
  - `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)
