curl --request POST \
--url http://localhost/mogl/mogl-backend/api/check-email-exist \
--header 'Content-Type: application/json' \
--data '
{
"email": "user@example.com"
}
'Check if an email address is already registered. Rate limited to 4 requests/minute.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/check-email-exist \
--header 'Content-Type: application/json' \
--data '
{
"email": "user@example.com"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
"user@example.com"
Email check result