BidAuc uses a phone-based OTP flow for all authentication. Before you can register a new account or sign in to an existing one, you must request a one-time password for the target phone number. This endpoint initiates that flow by generating an OTP tied to the provided number and (in production) delivering it via SMS.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/harshalw2003/BidAuc/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request body
The 10-digit phone number to send the OTP to (e.g.,
"9876543210"). Must match the number you will use in the subsequent register or login call.Example request
Response
Success — 200 OK
Human-readable status message confirming the OTP was dispatched.
true when the OTP was created and sent without errors.Error
Indicates the OTP could not be sent.
false when the operation failed.Internal error detail for debugging.
In development, Twilio SMS delivery is disabled. The OTP is always
123456 regardless of the phone number provided. Do not rely on this value in production builds.