Skip to main content
POST
/
check-email-exist
Check if email exists
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/check-email-exist \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "user@example.com"
}
'

Body

application/json
email
string<email>
required
Example:

"user@example.com"

Response

Email check result