Error while substituting templates using Api key directly

{
“getAllRoles”: {
“schema”: {
“protocol”: “https”,
“method”: “GET”,
“host”: “------.freshdesk.com”,
“path”: “/api/v2/roles”,
“headers”: {
“Authorization”: “Basic <%= encode(VCp04-------KpD) %>”,
“Content-Type”: “application/json”
}
}
}
}

I am receiving the error “error while substituting templates.

I have the same issue since updating to FDK version 9.5.1 or 9.5.2, it seems the encode function is not working anymore.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.