---
title: "Obter informações da conta da empresa"
method: GET
path: "/info"
tags: ["Dados da empresa"]
---

# Obter informações da conta da empresa

`GET /info`

## Response `200`

OK

- ObterInfoContaModelResponse — 
  - `razaoSocial` string
  - `cpfCnpj` string
  - `fantasia` string
  - `enderecoEmpresa` EnderecoModel — 
    - `endereco` string, nullable
    - `numero` string, nullable
    - `complemento` string, nullable
    - `bairro` string, nullable
    - `municipio` string, nullable
    - `cep` string, nullable
    - `uf` string, nullable
    - `pais` string, nullable
  - `fone` string
  - `email` string
  - `inscricaoEstadual` string
  - `regimeTributario` 1 | 2 | 3 | 4 — - 1 - Simples Nacional - 2 - Simples Nacional Excesso Receita - 3 - Regime Normal - 4 - Mei

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/olist/apis/olist-erp-api-v3.md) · [All operations](https://skmtc.net/olist/apis/olist-erp-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/olist/olist-erp-api-v3/versions/c351400bb11f/schema)
