---
title: "Send Phone Verification"
method: POST
path: "/auth/users/me/phone/send-verification"
tags: ["auth"]
---

# Send Phone Verification

`POST /auth/users/me/phone/send-verification`

Send verification code to the user's phone

## Request body

- SendPhoneVerificationRequest
  - `phone_number` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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