Complete password reset
POST
/api/v1/auth/password-reset/complete
Public, unauthenticated endpoint that consumes a reset token and sets a new password. Returns 400 for invalid/expired tokens or weak passwords. Returns 404 when password reset is disabled.
Request Body required
Section titled “Request Body required ”object
token
string
newPassword
string
Responses
Section titled “ Responses ”Password updated
object
status
string
Invalid token, expired token, or weak password
object
error
object
code
string
message
string
status
required
integer format: int32
Password reset not enabled on this controller
object
error
object
code
string
message
string
status
required
integer format: int32