Auth
Verify email OTP code
Validates 6-digit OTP code and returns Firebase custom token for web sign in.
post/v1/auth/email-otp/verify
Request body
Example request
{
"email": "user@example.com",
"code": "123456"
}Response
OTP verified successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.