Autenticación: Bearer JWT o API KeyDocumentation Index
Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
Use this file to discover all available pages before exploring further.
Response 200
Retorna todas las empresas del tenant.
Autenticación: Bearer JWT o API KeyDocumentation Index
Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
Use this file to discover all available pages before exploring further.
{
"empresas": [
{
"id": "emp_abc123",
"rut": "76.123.456-7",
"razon_social": "Mi Empresa SpA",
"giro": "Desarrollo de software",
"direccion": "Av. Providencia 1234",
"comuna": "Providencia",
"ciudad": "Santiago",
"tiene_certificado": true,
"created_at": "2025-01-15T10:30:00Z"
}
]
}