/v1/auth/check-email
No authentication required.
Request
The email address to look up. The lookup is case-insensitive.
Example
Response
true when the request was processed successfully.true if an account with the given email already exists, false otherwise.Error cases
| Status | Error | Description |
|---|---|---|
| 400 | Email query parameter is required | The email query param is missing or not a string. |
| 500 | Internal server error | An unexpected server-side error occurred. |