---
title: "Send an OTP code to your email"
method: POST
path: "/auth/otp/send"
tags: ["Developer auth"]
---

# Send an OTP code to your email

`POST /auth/otp/send`

Sends a one-time password to the provided email address. Use the returned methodId together with the OTP code to verify your email via POST /auth/otp/verify.

## Request body

- object
  - `email` string, email, required

## Response `200`

Default Response

- object
  - `methodId` string, required
  - `message` string, required

---

[API](https://skmtc.dev/vwala/apis/energy-platform-api.md) · [All operations](https://skmtc.dev/vwala/apis/energy-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vwala/energy-platform-api/revisions/86688c4fea92/schema)
