Request a change of password.
POST
/api/auth/v1/change_password
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” redirect_uri
string | null
Success (and error if err_redirect_uri not present) redirect target for non-JSON requests.
err_redirect_uri
string | null
Error redirect target for non-JSON requests.
Request Body required
Section titled “Request Body required ”object
err_redirect_uri
Error redirect target for non-JSON requests.
string | null
new_password
required
string
new_password_repeat
required
string
old_password
required
string
redirect_uri
Success (and error if err_redirect_uri not present) redirect target for non-JSON requests.
string | null
Responses
Section titled “ Responses ”Success, when redirect_uri not present.
Success, when redirect_uri present.