Customer - Reset Password

/password/reset

Full Url

Arguments

  • token (required)
  • customer_id (required)

Description

Calling reset customer password initiates a reset password flow for the submitted customer_id. The customer will receive an email informing them their password has been reset and to follow the included link to set a new password.

Example Success

{
"code" 200,
"status": "success",
"data": "A password reset message has been sent to this customer's email address."
}

Example Error

{
"code": 400,
"status": "error",
"data": "Missing variable: reseller_id"
}