Skip to main content
POST
Reset Password
Completes the password reset flow by setting a new password using the token from the reset email. All existing sessions are invalidated after a successful password reset.

Auth

None required. The reset token in the request body serves as authentication.

Rate Limit

20 requests per minute per IP.

Request Body

string
required
The password reset token from the email link.
string
required
New password. Minimum 8 characters, maximum 128 characters.

Response

string
Confirmation message.

Errors

Example