Hello!
My team and I are trying to create a wordpress plugin that could connect to Infusionsoft via API. We are using the PHP SDK and learned that we need to register a developer account on https://keys.developer.infusionsoft.com in order for the plugin and Infusionsoft to communicate.
We did that, created an Application and obtained the client_id and the secret_id for the API configuration.
But we found out that 1 application can only be used in 1 domain.
Question 1: If we are going to use our plugin on 20 different websites, we need to create 20 applications on Developers Website and obtain 20 client_id and 20 client_secrets?
Question 2: We noticed that some plugins when installed only requires the Infusionsoft account prefix and the API Encrypted Key under Admin>Settings>Application. Do you know how they can do that? Are they using a different SDK or a different way to connect to Infusionsoft API?
We’d really appreciate it if you could help us with this one. Thank you so much Infusionsoft Community!