Boa tarde, criei as credenciais corretamente am produção e sandbox, montei a requisição no postmam corretamente porem estou recebendo o retorno abaixo:
{
"error": {
"code": "UrlInfoError",
"message": "Unknown path \"nuvemfiscal/oauth/token\""
}
}
Segue o cURL da requisição:
curl --location ‘https://auth.nuvemfiscal.com.br/nuvemfiscal/oauth/token’
–header ‘Host: auth.nuvemfiscal.com.br’
–header ‘Content-Type: application/x-www-form-urlencoded’
–data-urlencode ‘grant_type=client_credentials’
–data-urlencode ‘client_id=meuID’
–data-urlencode ‘client_secret=meuSecret’
–data-urlencode ‘scope=cnpj’
aparentemente mudou a url de obtenção do token, podem confirmar?