> ## Documentation Index
> Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
> Use this file to discover all available pages before exploring further.

# Resetear password

> Establece nueva password con token de reset.

**Autenticación:** Ninguna

<CodeGroup>
  ```json Request theme={null}
  {
    "token": "reset_token_abc123",
    "password": "nuevaPassword456!"
  }
  ```

  ```json Response 200 theme={null}
  {
    "message": "Password actualizada correctamente"
  }
  ```
</CodeGroup>

| Código | Descripción               |
| ------ | ------------------------- |
| `400`  | Token inválido o expirado |
