---
title: "Sends an SMS OTP to the caller's phone."
method: POST
path: "/api/v1/core/me/phone/send-verification"
tags: ["Core/Me"]
---

# Sends an SMS OTP to the caller's phone.

`POST /api/v1/core/me/phone/send-verification`

Generates a 6-digit OTP and texts it to the caller's phone. Requires a
phone number on file — set one via the profile edit endpoint first.

## Response `204`

OTP sent

## Other responses

- `400` — No phone number configured on the account
- `401` — Not authenticated

---

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