auth

Check if email is already registered

Check whether an email address is already associated with an account.

get/api/auth/check-email

Query parameters

emailstring required

Email address to check

Email address to check

Response

Successful Response

existsboolean required

Whether the email is already registered

social_providerstring nullable

If the account was created via a social provider, its name (e.g. 'google'). Null otherwise.

Changes