# Get if the e-mail exists yes or no

Check if an e-mail is already in use for another user

Endpoint: POST /user/email/exists/{email}
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Path parameters:

  - `email` (string, required)

## Response 200 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `exists` (boolean)

## Response 400 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


