Hello Team,
Message from my developer:
As a developer, I am working with Keap API implementation to our application. And in that, I am looking for some customization with Keap API (REST type) as below,
-
I wanted to call the Keap API in the background of an application so that it will sync Keap data with my application.
-
For integration, I found that we can use OAuth 2.0 authentication to get the token. Is there any other way to communicate with Keap API without using OAuth2.0?
-
For #2, if we go with the OAuth 2.0 authentication, then I think it always prompt to allow application access. And user needs to manually allow access. Is there any other way to make it Silent?
Can we allow application access programmatically? If so, then #1 might be work.
I have spent much time on this but didn’t find any proper idea. Let me know if you need any additional details.