---
title: "Get"
method: GET
path: "/api/v3/empresas/{company_id}"
tags: ["Empresas"]
---

# Get

`GET /api/v3/empresas/{company_id}`

Obtener empresa

## Path parameters

- `company_id` integer, required

## Response `200`

Successful Response

- CompanyResourceOut
  - `nombre` string, required
  - `identificacion` string, required
  - `nombre_comercial` string, nullable
  - `nombre_usuario` string, nullable
  - `fecha_de_creacion` string, date-time, required
  - `token` string, required
  - `es_demo` boolean, required
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
