cURL
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>" }
Retorna uma empresa pelo CNPJ
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
CNPJ da empresa
OK