---
title: "Send Otp"
method: POST
path: "/api/otp/send"
tags: ["otp"]
---

# Send Otp

`POST /api/otp/send`

Send OTP to email address.

Args:
    request: FastAPI request object
    data: Send OTP request data
    supabase: Supabase client

Returns:
    Success response with verification ID

## Request body

- AppRoutesOtpSendOTPRequest — Request model for sending OTP.
  - `email` string, email, required
  - `purpose` string
  - `token` 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)
