---
title: "Send OTP Through E-mail"
method: POST
path: "/Otp/Send/**FORE-MAIL**"
tags: ["One Time Pin"]
---

# Send OTP Through E-mail

`POST /Otp/Send/**FORE-MAIL**`

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `email` string — The e-mail you would like to send OTP
  - `expiry_minutes` integer — The expiry minutes the code will expired.
  - `length` integer — The length of the code you would like us to send, 6 is the default.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
