0auth without browser

Hi, we will use your API to automate our business. But we have a problem with how we get the access_token, we do it through the browser and manually enter it into our code so that our scripts communicate with each other and with infusionsoft. We would like something like this:

https://api.infusionsoft.com/token?client_id=123&client_secret=abc&
grant_type=password&username=pupkin&password=000

I know that only is allowed now grant_type=authorization_code but maybe there is an opportunity to make an exception for our company?

Unfortunately that is not supported. You will have to authorize once then manage the access/refresh tokens.