You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to verify if an email is already registered in the API before creating new user.
The response is always { "isAvailable": false } after sending POST request to https://api.escuelajs.co/api/v1/users/is-available
with object like
{
"email": "[email protected]"
}.
No matter what email address was typed in.