Skip to main content

Reset a password using a reset token

POST 

/auth/reset-password

Consumes the reset token from the forgot-password email and sets a new password. Enforces the account's password policy. Emits auth.password.reset. Public endpoint, throttled to 5/min/IP.

Request

Responses

Resource created. Body follows the shared { data, meta } envelope; data is the newly-created resource.