Hi, I am trying to connect this API GET call: Edamam Food Request Step 1 - Parser click to see docs
However, I have not been able to initialize the call because I get this error:
This is how I have my settings:
I have checked the key and the app id many times, they are correct. I have tested this in postman and it is working properly there.
I tried deleting the
(Accept application/json)
header and it does not works either.
I also tried adding the parameters as regular (not query) parameters but it did not work either.
I also tried adding the key and the app_id as header and it did not work either.
Any ideas on how to fix this?
It would be much appreciated, thanks!