v1

latestOpenAPI 3.1.0MIT2026-07-173438118.7 KB
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