Token (JWT) request from end-user
POST https://api.nexway.store/endusers/public/login
The request body takes a complete LoginRequest resource, containing the following writable properties:
{
"email": "string",
"password": "string",
"storeId": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
string |
End-user email |
||
password | string |
End-user password |
|
storeId | string |
Store unique identifier |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
LoginResponse |
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |