# Accept password change Accept the password change This endpoint will be invoked by the lost password screen with the key that was included in the URL of the lost password screen. Endpoint: PUT /confirm/accept/forgot Version: 1.0 ## Response 200 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required) ## Response 400 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required) ## Response 401 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required) ## Response 404 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required)