Body
-
email
string Required If empty value given then the customer will be matched by the RP token.
-
resetToken
string Required -
newPassword
string Required
POST
/V1/customers/resetPassword
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/customers/resetPassword' \
--data '{"email":"string","resetToken":"string","newPassword":"string"}'
Request examples
{
"email": "string",
"resetToken": "string",
"newPassword": "string"
}
Response examples (200)
true
Response examples (500)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}