Skip to main content
POST
Change password with a reset token

Body

application/json
token
string
required

Token from the reset link

newPassword
string<password>
required
Minimum string length: 9
confirmPassword
string<password>
required

Must match newPassword

Response

Password changed

message
string
Example:

"success"