---
title: "POST /api/auth/phone-number/send-otp"
method: POST
path: "/api/auth/phone-number/send-otp"
tags: ["Phone-number"]
---

# POST /api/auth/phone-number/send-otp

`POST /api/auth/phone-number/send-otp`

Use this endpoint to send OTP to phone number

## Request body

- object
  - `phoneNumber` string, required — Phone number to send OTP. Eg: "+1234567890"

## Response `200`

Success

- object
  - `message` string

## Other responses

- `400` — Bad Request. Usually due to missing parameters, or invalid parameters.
- `401` — Unauthorized. Due to missing or invalid authentication.
- `403` — Forbidden. You do not have permission to access this resource or to perform this action.
- `404` — Not Found. The requested resource was not found.
- `429` — Too Many Requests. You have exceeded the rate limit. Try again later.
- `500` — Internal Server Error. This is a problem with the server that you cannot fix.

---

[API](https://skmtc.dev/fromolive/apis/olive-api.md) · [All operations](https://skmtc.dev/fromolive/apis/olive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fromolive/olive-api/revisions/01f6261481a3/schema)
