User
Recover Password
Recover password. Use the token from the email to recover the password
post/api/v1/user/recover-password
Request body
Example request
{
"encodedToken": "encoded_token_example",
"password": "recoveredPassword"
}Response
Request completed successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.