I have to integrate a javascript (node.js) application which needs to query the contacts from Infusionsoft.
As I was looking, REST is recommended way, but it requires a user action which is redirected to Infusionsoft account.
Since the REST API’s are accessed via backend service/daemon, I cannot use Oauth authentication. How do I use REST API’s?
Or I have to follow something else?