# Reset Password Reset password for an existing customer account identified by the email address. If the customer account is found, an reset password email will be sent so that the user can finish the password reset process. The response from the API is the same regardless of whether the account was found. Endpoint: POST /v2/customer/reset-password Version: v2 Security: ApiKeySecurityScheme, CustomerAppScopeSecurityScheme ## Header parameters: - `x-md-api-version` (string, required) Enum: "4" - `x-bite-org-id` (string, required) The org ID you are working with. - `x-bite-order-channel` (string, required) The order channel you are working with. Enum: "catering", "flash", "kiosk", "linebuster", "web" ## Request fields (application/json): - `email` (string, required) The email addressed used when the customer signed up for an account. Must a valid RFC email address. ## Response 200 fields (application/json): - `message` (string, required) A message informing the customer about any next steps, such as having to check their email in order to finish the password reset process. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields