---
title: "Enviar Email Recuperacion"
method: POST
path: "/api/email/recuperacion"
tags: ["external_services", "email"]
---

# Enviar Email Recuperacion

`POST /api/email/recuperacion`

Envía un correo de recuperación de contraseña

**🔒 Endpoint Protegido:** Requiere autenticación JWT y rol 'admin'

## Request body

- EmailRecuperacionRequest
  - `email` string, email, required
  - `token` string, required
  - `base_url` string, nullable

## Response `200`

Successful Response

- EmailResponse
  - `success` boolean, required
  - `message` string, required
  - `destinatario` string, nullable
  - `documentos_enviados` string[], nullable
  - `documentos_fallidos` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
