recoverPassword
POST https://{{host}}/api/v1/recover
Body Parameter
Name | Type | Description |
---|---|---|
email | string | Required. max length is 64 |
recaptcha | string | reCAPTCHA |
recaptcha_flavor | string | hcaptcha / 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string |