POST
Confirm a password reset

Body

application/json

Completes a password reset. The token is valid for 15 minutes from issue and is single-use. All existing sessions for the account are invalidated on success.

token
string
required

Token from the reset email.

password
string<password>
required

The new password. Minimum 12 characters.

Minimum string length: 12

Response

Password changed. Log in again to get a new session.