Get auth token without user login

Hi team,

I hope you guys are doing well!!

I’m new to infusionsoft, I just want to know how to use the new APIs in my project.

  1. How to generate the auth token without login (with the help of API)

I have followed your API documentation, but the API response that I’m getting is to login to infusionsoft not the token. I have used postman and use the below APIs:

https://accounts.infusionsoft.com/app/oauth/authorize

https://api.infusionsoft.com/token

Getting the same response as xml/html to login to infusionsoft

Hi API_Admin,

You might have to login to authorize the OAurh exchange

https://developer.infusionsoft.com/authentication/

Once the user has logged into their Infusionsoft account and authorized your application, they will be redirected back to your application at your specified redirect_uri with a code URL parameter that is used to request an access token.

Please let me know if that helps.

Thanks
Vasanth