---
title: "Request OTP for email verification"
method: POST
path: "/api/v1/auth/signup/otp"
tags: ["Authentication"]
---

# Request OTP for email verification

`POST /api/v1/auth/signup/otp`

This endpoint generates and sends a one-time password (OTP) to the provided email address for verification purposes.

## Request body

- object
  - `email` string, email, required — Email address to send the OTP to

## Response `200`

OTP was sent successfully

- object
  - `ok` boolean, required — Indicates if the OTP was sent successfully

## Other responses

- `401` — Unauthorized Error
- `422` — Invalid request body
- `500` — Failed to send OTP

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
