Authentication
Confirm a password reset
Replace the account password using a one-time reset token.
POST
/api/v1/auth/password/reset/confirmAuthentication: no bearer token is required.
Parameters
tokenstringrequiredBodyThe one-time token from the reset email.
passwordstringrequiredBodyThe replacement password, at least 8 characters.
Responses
200The password was replaced.
400The request is invalid or contains an unsupported value.