Reseller - Reset Password
/password/reset
- token (required)
- reseller_id (required)
Calling reset reseller password initiates a reset password flow for the submitted
reseller_id
. The reseller will receive an email informing them their password has been reset and to follow the included link to set a new password.{
"code" 200,
"status": "success",
"data": "A password reset message has been sent to this reseller's email address."
}
{
"code": 400,
"status": "error",
"data": "Missing variable: reseller_id"
}