v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Authentication

Request OTP for email verification

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

post/api/v1/auth/signup/otp

Request body

emailstring email required

Email address to send the OTP to

Response

OTP was sent successfully

okboolean required

Indicates if the OTP was sent successfully

Example response

{
  "ok": true
}