# Request password reset Request that a password reset code be sent to the provided email address, if it belongs to a registered user. Endpoint: POST /resets Version: 3.0.0 Security: SessionKey ## Request fields (application/json): - `email` (string) Email address to which a password reset code will be sent. ## Response 201 fields (application/json): - `self` (string) URI of the reset request resource - `email` (string) Email addresss to which the password reset code was sent. - `status` (string) Current status of the password reset request. Enum: "Pending", "Completed", "Expired" ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 404 fields (application/json): - `message` (string) Reason for the given response.