Request OTP
POST /api/v1/auth/web/otp
POST
/api/v1/auth/web/otp
Send a One-Time Password to the user’s email for passwordless authentication.
Request Body required
Section titled “Request Body required ”object
email
required
Responses
Section titled “ Responses ”object
message
string
OTP sent to your email.{ "message": "OTP sent to your email."}Validation error
object
message
string
The given data was invalid. errors
object
email
Array<string>
[ "The email field must be a valid email address."]{ "message": "The given data was invalid.", "errors": { "email": [ "The email field must be a valid email address." ] }}