> 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/validar-el-entorno-de-empresa-por-api.md).

# Validar el entorno de empresa por API

Si requiere verificar el entorno que se encuentra su empresa, puedes consultar via API

Método <mark style="background-color:green;">GET</mark>\
**Token:** token de la empresa

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

**Response**

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

```json
{
    "exito": true,
    "mensaje": "Empresa en entorno: DEMO"
}
```

{% endcode %}
