client.iparams.get() returns undefined in dev=true mode despite successful custom config setup

Hi everyone,

I’m testing my custom Freshsales app using dev=true. I’ve configured the apiKey using localhost:10001/custom_configs, and I see the message:
“App installation parameters have been successfully stored. You can now proceed to test the app.”

However, when I try to retrieve the API key using client.iparams.get(), it returns apiKey as undefined.Is this expected behavior during local testing? If not, is there a workaround or something I’m missing to access iparams when using dev=true?

How can I access apiKey in dev mode without packaging the app?