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
Response
OTP was sent successfully
Example response
{
"ok": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.