---
title: "Get company"
method: GET
path: "/companies/{id}"
tags: ["Company"]
---

# Get company

`GET /companies/{id}`

# Get a company by ID
>* Retrieve a company using their unique identifier.
>>* Recuperar uma empresa usando seu identificador exclusivo.

## Path parameters

- `id` integer, required

## Response `200`

Company data retrieved successfully | Dado de empresa retornado com sucesso

- DomainCompanyResponse
  - `bank` string, required
  - `bank_account` string, required
  - `bank_account_digit` string, required
  - `bank_account_type` string, required
  - `bank_branch` string, required
  - `business_type` string
  - `company_type` 'INVESTOR' | 'ACQUIRER' | 'MODERATOR', required
  - `created_at` string
  - `email` string, required
  - `id` integer
  - `legal_nature` string
  - `name` string, required
  - `phone` string, required
  - `receivables_expiration_days` integer
  - `tax_number` string, required
  - `trade_name` string
  - `updated_at` string

## Other responses

- `400` — Invalid ID format | Formato de ID não identificado
- `401` — Unauthorized | Não autorizado
- `403` — Forbidden | Proibido
- `500` — General errors, internal server error, etc... | Erros gerais, erro interno do servidor, etc...

---

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