Skip to main content
GET
/
api
/
v1
/
empregabilidade
/
empresas
/
{cnpj}
Buscar empresa
curl --request GET \
  --url https://services.pref.rio/go/api/v1/empregabilidade/empresas/{cnpj} \
  --header 'Authorization: Bearer <token>'
{
  "cnpj": "<string>",
  "created_at": "<string>",
  "descricao": "<string>",
  "nome_fantasia": "<string>",
  "porte": "<string>",
  "razao_social": "<string>",
  "setor": "<string>",
  "updated_at": "<string>",
  "url_logo": "<string>",
  "website": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cnpj
string
required

CNPJ da empresa

Response

OK

cnpj
string
created_at
string
descricao
string
nome_fantasia
string
porte
string
razao_social
string
setor
string
updated_at
string
website
string