Open2b versione 7.5

check-email-exists

Checks if an email already exists for a customer that can login.

Request

HTTP POST
/api/v10/storefront.check-email-exists
{
  "email" : "holmes@inv-london.com" // email to check (required) - string(3…120)
}

Response

{
  "status" : "ok",
  "exists" : false // indicates if the email already exists - bool
}

Errors

Field Type Description
email InvalidValue '<email>' is not a well formed email address