Auth
Check if email exists
Errors
Returns 404 if email doesn't exist, 204 if it does exist, or 500 for database errors.
post/api/auth/check-email
Request body
Example request
{
"email": "user@example.com"
}Response
Email exists in the system
Returns 404 if email doesn't exist, 204 if it does exist, or 500 for database errors.
{
"email": "user@example.com"
}Email exists in the system