I have developed a frontend app, which calls the freshdesk api’s via request templates . this api’s calls are working fine and returning the response in development
but when i packed it and uploaded the zip file in developer portal and published it.
after installing the custom app , i see the freshdesk api calls fail with status code 401.
From the error message, I see that it says “Invalid credentials” and 401 status is unauthorized. Please cross verify the api key from your Freshdesk instance.
Also, in the request templates - requests.json you can use the authorization header as Basic <%= encode(iparam.apikey) %>