End-user request for password reset
POST https://api.nexway.store/endusers/public/resetpassword
The request body takes a complete ResetPasswordRequest resource, containing the following writable properties:
{
"email": "string",
"storeHostname": "string",
"storeId": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
string |
End-user email |
||
storeHostname | string |
Store hostname |
Optional |
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 |
|
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |