Skip to main content
POST
/
auth
/
checkEmail
Check login email
curl --request POST \
  --url http://api.superwize.ai/api/auth/checkEmail \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "exists": true,
  "emailVerified": true
}

Body

application/json
email
string
required

Response

200 - application/json

Email lookup completed.

exists
boolean
required
emailVerified
boolean
required