Problem setting up an HTTP API call

I’m having a bit of trouble figuring out how to retrieve lunch lists from a API. Or the issue is that I can’t figure out how to setup the HTTP module in Make properly.

The info I am trying to retrieve strings from is

http://api.lunchpaus/api.php?token=XXXXXXXXXewur&type=lunchlists&week=next_week

The parameters can be next_week or cur_week depending on which lunch info I want to fetch.

I am getting a HTTP error when trying to run the step. No response. I am sure I am configuring it wrong somehow.

No response? Show us your output and input bundle data and the configuration.

Of course, here is the setup.


Try https:// for your call. Service is not reachable is a problem for your service provider. Not make. You may need to have them whitelist make IP addresses.

1 Like