Skip to main content
POST
POST
Sets a new password using the one-time token from the Forgot Password email.
Reset tokens are single-use and expire after 24 hours. Expired or already-used tokens return 400.

Request Body

string
required
The password-reset token from the email link.
string
required
The new password. Must be at least 8 characters.

Response

boolean
true when the password has been updated.
string
Confirmation message.

Body

application/json
token
string
required
new_password
string
required
Minimum string length: 8

Response

Password reset successfully