Customer Login (JWT)
POST
/store/tokenAfter a successful login, a JWT token is returned for subsequent authorization.
Request
Body Params application/json
email
string
required
The User's email.
password
string
required
The User's password.
Example
{
"email": "string",
"password": "string"
}
Request samples
Responses
OK(200)
Client Error or Multiple Errors(400)
User does not exist or incorrect credentials(401)
Not Found Error(404)
Invalid State Error(409)
Invalid Request Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago