Hi,
I am trying to work with a non-freshwork api that uses the secure api-key in query params
I always get this error 400 “error while substituting templates.”
Hi @zach_jones_noel
Thanks for the suggestion,
Currently if I don’t mention the apiKey in query params I always get authorization error for the api call.
I have tried to work this out by removing secure:true from iparams.json, but it didn’t help.
Can you hardcode the API key in your request.json file and test the request again? If it works, that confirms the issue is with how the key is being passed dynamically. If it works, try this next approach: