---
title: "Consulta de dados no Sintegra"
method: POST
path: "/sintegra"
tags: ["API SINTEGRA"]
---

# Consulta de dados no Sintegra

`POST /sintegra`

## Request body

- object
  - `Consulta` object
    - `IdConsulta` string, required
    - `CpfCnpj` string, required
    - `Uf` string, required

## Response `200`

Resposta da consulta:
* Código 1: Sucesso.
* Código 2: Dado não encontrado na base de dados.
* Código 3: Erro na consulta.

- RespostaApiSintegra
  - `CONSULTA` object
    - `CODIGORESPOSTA` string
    - `DATAHORA` string
    - `LOGON` string
    - `IDCONSULTA` string
  - `RESPOSTA` object
    - `CODIGO` string
    - `SINTEGRA` union
      - SintegraDetalhado
        - `NUMERO_IDENTIFICACAO` string
        - `ESTADO` string
        - `NOME_EMPRESARIAL` string
        - `NOME_FANTASIA` string
        - `DATA_FUNDACAO` string
        - `INSCRICAO_ESTADUAL` string
        - `LOGRADOURO` string
        - `NUMERO` string
        - `COMPLEMENTO` string
        - `BAIRRO` string
        - `CIDADE` string
        - `ESTADO_ENDERECO` string
        - `CEP` string
        - `PAIS` string
        - `STATUS` string
        - `STATUS_ATIVO` string
        - `NATUREZA_JURIDICA` string
        - `DATA_STATUS` string
        - `OCORRENCIA_FISCAL` string
        - `REPARTICAO_FISCAL` string
        - `REGIME_TRIBUTACAO` string
        - `CNAE_PRINCIPAL` string
        - `CNAE_SECUNDARIO_2` string
        - `DATA_CREDENCIAMENTO_NFE` string
      - SintegraMensagem
        - `MSG` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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