Skip to main content
GET
Check If User Exists By Email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string<email>
required

User email address.

Response

200 - application/json

Email existence result

exists
boolean

Whether a user with the email exists.

email
string<email>

The email checked.