curl --request POST \
--url http://api.superwize.ai/api/auth/checkEmail \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"exists": true,
"emailVerified": true
}Checks whether an email has a credential-based account and whether that email is already verified.
curl --request POST \
--url http://api.superwize.ai/api/auth/checkEmail \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"exists": true,
"emailVerified": true
}