> For the complete documentation index, see [llms.txt](https://docs.factpro.la/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factpro.la/api-facturacion-v3/herramientas-empresa/autentificar.md).

# Autentificar

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

Método <mark style="background-color:green;">**GET**</mark>

&#x20;<mark style="background-color:green;">**GET**</mark> <https://api.factpro.la/api/v3/empresas>

**Response**

{% code overflow="wrap" lineNumbers="true" fullWidth="false" %}

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

{% endcode %}
