---
title: "Resend Otp"
method: POST
path: "/api/otp/resend"
tags: ["otp"]
---

# Resend Otp

`POST /api/otp/resend`

Resend OTP to email address.

Args:
    request: FastAPI request object
    data: Resend OTP request data
    supabase: Supabase client
    
Returns:
    Success response with new verification ID

## Request body

- ResendOTPRequest — Request model for resending OTP.
  - `email` string, email, required
  - `purpose` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
