---
title: "Resend OTP"
method: POST
path: "/dev/otp/resend"
---

# Resend OTP

`POST /dev/otp/resend`

Resend the last OTP sent to the mobile number. This is allowed within a 10-minute window and capped at 5 attempts.

## Headers

- `Authorization` string, required

## Request body

- object
  - `mobile` string, required — 10-digit Indian mobile number.

## Response `200`

OTP resent successfully

- object
  - `return` boolean
  - `status_code` integer
  - `request_id` string
  - `message` string

## Other responses

- `400` — Bad Request - Resend limit or window expired
- `404` — Not Found - No previous OTP request found

---

[API](https://skmtc.net/fast2sms/apis/dlt-sms-api.md) · [All operations](https://skmtc.net/fast2sms/apis/dlt-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fast2sms/dlt-sms-api/revisions/1fd5abcff71a/schema)
