---
title: "Request SMS OTP"
method: POST
path: "/api/v1/mobile/auth/sms-request"
tags: ["Mobile - Authentication"]
---

# Request SMS OTP

`POST /api/v1/mobile/auth/sms-request`

Request SMS OTP to be sent to the provided phone number.

## Request body

- SmsRequestPayload — Request SMS OTP.
  - `phone_number` string, required — Phone number in international format (e.g., +61412345678)

## Response `200`

Successful Response

- SmsRequestResponse — SMS OTP request response.
  - `phone_number` string, required — Phone number OTP was sent to
  - `message` string, required — Status message

## Other responses

- `400` — Bad request
- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
