> ## 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.

# Datos de la cuenta

> Retorna datos del tenant, plan y límites.

**Autenticación:** Bearer JWT o API Key

```json Response 200 theme={null}
{
  "id": "tenant_abc123",
  "nombre": "Mi Empresa SpA",
  "plan": "pro",
  "estado": "active",
  "empresas_max": 5,
  "empresas_usadas": 2,
  "dtes_mes_max": 500,
  "dtes_mes_usados": 127,
  "created_at": "2025-01-15T10:30:00Z"
}
```

| Código | Descripción    |
| ------ | -------------- |
| `401`  | No autenticado |
