I'm trying to get the data stored in the zomato api and on checking a few urls generated in the site, for example,
<a href="https://developers.zomato.com/api/v2.1/restaurant?res_id=RESID">
https://developers.zomato.com/api/v2.1/restaurant?res_id=RESID,
I'm getting an error message saying:
{"code":403,"status":"Forbidden","message":"Invalid API Key"}
whereas this same url is giving a json format response of data about some restaurant.Also,I have a zomato API key generated.Yet,the problem. Do let me know where I'm wrong so I can correct myself.
Thank you.