My company has chosen Infusionsoft as our CRM and we need to be able to do server-to-server communication with the Infusionsoft API. The OAuth 2.0 spec allows for client_credential
grant types to allow for server-to-server first party application communication. Does the Infusionsoft REST API support this? If not, this may be a show stopper for us and will require us to seek out a different CRM provider.
To be clear, we are not developing an application for the Infusionsoft Marketplace. This is solely to allow our server application to access information within our own Infusionsoft account. If client_credential
grant types are not supported, what is the recommended way to handle this scenario?