# Resend account signup confirmation email If a user didn't receive the confirmation email and logs in, they're directed to the confirmation-required page which can offer to resend the confirmation email. Endpoint: POST /confirm/resend/signup/{email} Version: 1.0 ## Path parameters: - `email` (string, required) Confirmation Email Example: "example@tidepool.org" ## Response 404 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required) ## Response 500 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required)