We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segundo a documentação (https://github.com/servicosgovbr/manual-roteiro-integracao-login-unico/blob/b4ded82a53d48cf78808e583ebc4636c1bf1f2ac/iniciarintegracao.rst) a URL para chamar o Serviço de Cadastro de Pessoa Jurídica é https://api.staging.acesso.gov.br/empresas/v2/empresas?filtrar-por-participante=cpf, porém essa URL dá erro 403. A URL correta é https://api.staging.acesso.gov.br/empresas/v2/empresas?filtrar-por-participante=cpf. A diferença pode passar ao olho nu, porém se comparado em um diff percebe-se que há diferença entre as URLs, o trecho "fi" em "filtrar"
The text was updated successfully, but these errors were encountered:
Abri um Pull Request para esse caso: #17
Sorry, something went wrong.
No branches or pull requests
Segundo a documentação (https://github.com/servicosgovbr/manual-roteiro-integracao-login-unico/blob/b4ded82a53d48cf78808e583ebc4636c1bf1f2ac/iniciarintegracao.rst) a URL para chamar o Serviço de Cadastro de Pessoa Jurídica é https://api.staging.acesso.gov.br/empresas/v2/empresas?filtrar-por-participante=cpf, porém essa URL dá erro 403. A URL correta é https://api.staging.acesso.gov.br/empresas/v2/empresas?filtrar-por-participante=cpf. A diferença pode passar ao olho nu, porém se comparado em um diff percebe-se que há diferença entre as URLs, o trecho "fi" em "filtrar"
The text was updated successfully, but these errors were encountered: