For the complete documentation index, see llms.txt. This page is also available as Markdown.

Autentificar

Con este endpoint puedes validar si tu token esta activo, datos de la empresa

Método GET

GET https://api.factpro.la/api/v3/empresas

Response

{
    "exito": true,
    "mensaje": "Autenticacion exitosa",
    "data": {
        "nombre": "EMPRESA TESTING 202666",
        "Identificacion": "20600693027",
        "fecha_de_registro": "08/07/2026",
        "entorno": "demo"
    }
}

Última actualización