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

emailstring required

Email address to check

Example request

{
  "email": "user@example.com"
}

Response

Email exists in the system

Changes