Auth
Request email OTP verification code
Creates a pending email verification and sends a 6-digit OTP code via email. When EMAIL_VERIFICATION_REQUIRED is disabled, or skipVerification is true (paid funnel), auto-verifies and returns a Firebase custom token.
post/v1/auth/email-otp/request
Headers
accept-languagestring required
Request body
Example request
{
"email": "user@example.com",
"firebaseUid": "firebase-uid-123",
"locale": "de"
}Response
OTP sent (empty body) or email auto-verified (body with firebaseCustomToken)
Changes
No recorded changes to this endpoint across all 1 revision of this API.