recoverPassword

POST https://{{host}}/api/v1/recover

Body Parameter

NameTypeDescription
emailstringRequired. max length is 64
recaptchastringreCAPTCHA
recaptcha_flavorstringhcaptcha / google (default). optional, the flavor of captcha

An email will also be sent to the user with a link to https://manage.mist.com/verify/recover?token=:token

Request Body

{"email"=>"test@mistsys.com", "recaptcha"=>"see https://www.google.com/recaptcha/", "recaptcha_flavor"=>"hcaptcha"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring