Open2b versione 7.5

send-verification-email

Sends an email with a code to verify a customer email address.

Request

HTTP POST
/api/v10/storefront.send-verification-email
{
  "email" : "holmes@inv-london.com", // email address to which send the email (required) - string(3…120)
  "reason" : "SignUp", // reason, can be "SignUp" or "ChangePassword" (required) - string
  "language" : "en" // language (ISO code) of the text of the email to send - string(2)
}

Response

{
  "status" : "ok"
}

Errors

Field Type Description
email AlreadyExists A customer with this email is already signed up
email InvalidValue '<email>' is is not a well formed email address
email NotFound There is no customer signed up with this email