Reset Password
Auth
Reset Password
Set a new password using a reset token
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.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
None required. The reset token in the request body serves as authentication.Rate Limit
20 requests per minute per IP.Request Body
The password reset token from the email link.
New password. Minimum 8 characters, maximum 128 characters.
Response
Confirmation message.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Token is invalid, expired, or password does not meet requirements |

