Send a one-time verification code to an email
POST/core/api/v1/auth/send-otp/:email
Used for both new-account email verification and password-reset flows, depending on the isResetPassword query flag.
Request
Responses
- 200
- 400
Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.
Email not found (when isResetPassword is true)