Sends a 6-digit one-time password to the provided email address. Use this as the first step of the OTP sign-in flow — no existing account or dashboard access is required.Rate limits: 3 requests per email per hour, 10 requests per IP per hour.The code is valid for 10 minutes. Once consumed by POST /v1/auth/otp/verify it cannot be reused.
Request
Body Params application/jsonRequired
Examples
Responses
🟢200
application/json
Code sent. The response is identical whether or not the email corresponds to an existing account — this prevents account enumeration.