Tokens de acesso
Formas de gerar tokens de acesso.
Last updated
Formas de gerar tokens de acesso.
Last updated
curl --location 'https://{{apiKey}}:{{apiSecret}}@cad-int.cerc.inf.br/oauth/token' - -header 'Content-Type: application/x-www-formurlencoded' --data-urlencode 'grant_type=client_credentials'
https://cad-prd.cerc.inf.br/oauth/token
curl --location 'https://{{apiKey}}:{{apiSecret}}@cad-prd.cerc.inf.br/oauth/token' - -header 'Content-Type: application/x-www-formurlencoded' --data-urlencode 'grant_type=client_credentials'