# Send Password Reset Email If the request is correctly formed, always returns a 200, even if the email address was not found (this way it can't be used to validate email addresses). If the email address is found in the Tidepool system, this will: - Create a confirm record and a random key - Send an email with a link containing the key Endpoint: POST /confirm/forgot/{email} Version: 1.0 ## Path parameters: - `email` (string, required) Confirmation Email Example: "example@tidepool.org" ## Response 400 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required)