v1

latestOpenAPI 3.1.02026-08-04134182237.9 KB
Auth

Check Email Exists

Check if an email already has a completed account.

Returns {"exists": true} only if the email is registered AND has a user_profiles row (completed signup). Users mid-OTP-verification won't be blocked, so "Resend OTP" still works.

post/api/auth/check-email

Request body

emailstring email required

Response

Successful Response

existsboolean required