---
title: "POST /api/v1/users/forgot-password/send-otp"
method: POST
path: "/api/v1/users/forgot-password/send-otp"
tags: ["user-controller"]
---

# POST /api/v1/users/forgot-password/send-otp

`POST /api/v1/users/forgot-password/send-otp`

## Request body

- CreateOtpRequest
  - `username` string
  - `tokenType` 'LOGIN_SMS_OTP' | 'LOGIN_EMAIL_OTP' | 'FORGOT_PASSWORD_EMAIL_OTP' | 'ONBOARD_USER_EMAIL_OTP'
  - `smsRequest` SmsRequestDto
    - `phoneNumber` string
    - `countryCode` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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