I am currently using .NET Ebay SDK but started switching to using REST API.
I have a console application which runs in a background and does not need any user interaction.
I have got an application access token with grant_type = client_credentials but it support only
"View public data from eBay"
Can I use grant_type = authorization_code with a console application without any user interaction?
I have also tried to generate a token form the browser
but when add this code into postman and try to get an access token, I get following error.


