Forrester's Total Economic Impact of Freshservice on IT Service Management Download Report
+1 (866) 832-3090
+91 (44) 6667 8040
+44 (800) 808 5790
+61 2 8188 4692
I need to do 3rd party API calls with key and token those are available as secure iparams. So, I use those as
"Authorization": "<%= encode(iparam.apikey) : (iparam.apiToken) %>"
But got the error in Freshdesk with 400 status code.
Basically, for authorization, I need to have Base64(apiKey:apiToken).
Can you help with this?
DineshKumar
I need to do 3rd party API calls with key and token those are available as secure iparams. So, I use those as
But got the error in Freshdesk with 400 status code.
Basically, for authorization, I need to have Base64(apiKey:apiToken).
Can you help with this?
1 person has this problem