Open2b versione 7.5

login

Logs in a customer with email and password and returns a customer key.

Request

HTTP POST
/api/v10/storefront.login
{
  "email" : "holmes@inv-london.com", // email address (required) - string(3…120)
  "password" : "I9bV2crS" // password (required) - string(4…16)
}

Response

HTTP headers
X-Customer-Key: 78FzLADvJ3naIe8d/CJQMA
{
  "status" : "ok"
}

Errors

Field Type Description
email InvalidCombination email or password is incorrect
email InvalidValue '<email>' is not a well formed email address