Send a one-time password (OTP) to the specified email address. The user receives a 6-digit code they can use to authenticate via Verify OTP.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/eggarcia98/auth-backend/llms.txt
Use this file to discover all available pages before exploring further.
Request
POST /api/v1/auth/login/otp
No authentication required.
Body
The email address to send the OTP to. Must be a valid email format.
Response
Indicates whether the request succeeded. Always
true on success.Examples
Success response
200
Error responses
400