POST /api/v1/reset-password
No authentication required.
Sets a new password for the account associated with the reset token. The token is single-use and becomes invalid after this call.
Request body
The one-time reset token received by email after calling forgot-password.
The new password to set for the account.
Response
Always
true on success.Errors
| Status | When |
|---|---|
400 | Request body is missing required fields |
401 | The reset token is invalid or has expired |