Hello,
we've created a custom Freshdesk App that performs Freshdesk API call to fetch additional information, that are not available by Data API. In old Freshdesk, those API calls where performed with the session credentials of the user.
In Freshdesk Mint, I'm enforced to set the credentials in Request API, since the App is running in a sandboxed IFrame, but besides using the app installation parameters, there is no reasonable way to use the credentials of the user.
Since just the administrator can maintain the app installation parameters, I only can provide one API key, which results in lavishing away my API call quota, while the users' API call quota is wasted.
I'd propose one of the following as solution:
- Let Apps be configurable on user level
- Provide Request API calls of Freshdesk API with user credentials on your own
- Make API call quotas transferable
Thanks, Klaus