v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Brazil CNPJ Extended Validation

Validate a business's National Registry of Legal Entities number

post/br/cnpj-extended

Request body

cnpjstring required
callbackURLstring required

Response

200

{"stackTrail":"paths:/br/cnpj-extended:post:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "data": {
    "registrationNumber": "00000000000000",
    "tipoEstabelecimento": "1",
    "companyName": "METAMAP",
    "legalName": "METAMAP",
    "cadastralStatus": {
      "registrationStatus": "2",
      "statusDate": "2016-01-01"
    },
    "legalNature": {
      "legalCode": "2054",
      "legalDescription": "Sociedade Anônima Fechada"
    },
    "registrationDate": "2016-01-01",
    "cnaePrincipal": {
      "cnaeCode": "4751201",
      "cnaeDescription": "Comércio varejista especializado de equipamentos e suprimentos de informática"
    },
    "address": {
      "street": "RUA",
      "locality": "CARLOS GOMES",
      "areaNumber": "1234",
      "additionalAddress": "ANDAR 10A 10",
      "postcode": "80013",
      "localitySector": "CENTRO",
      "federationUnit": "SP",
      "country": {
        "code": "105",
        "description": "BRASIL"
      },
      "county": {
        "administrativeCode": "6639",
        "administrativeName": "LIMEIRA"
      }
    },
    "municipalitiesJurisdiction": {
      "code": "0811200",
      "description": "LIMEIRA"
    },
    "phones": [
      {
        "phoneCode": "19",
        "phoneNumber": "21138250"
      }
    ],
    "email": "welcome@metamap.com",
    "capitalSocial": 77766517900,
    "companySize": "05",
    "informacoesAdicionais": {
      "optanteSimples": "NÃO",
      "optanteMei": "NÃO"
    },
    "shareholdersInfo": [
      {
        "shareholderType": "2",
        "cpfNumber": "00000000000",
        "shareholderName": "FILIP VICTOR",
        "qualificacao": "10",
        "assignationDate": "2022-07-06",
        "country": {
          "code": "105",
          "description": "BRASIL"
        },
        "legalRepresentation": {
          "representativeCpf": "00000000000",
          "qualificacao": "00"
        }
      }
    ]
  }
}