I am getting the following error when requesting the quote API: https://api.kite.trade/quote?i=NSE:INFY { "status": "error", "message": "Invalid `api_key` or `access_token`.", "data": null, "error_type": "InputException" }
Same happening with orders API. I am able to successfully get the instruments list using the same api_key and api_secret I am using POSTMAN for making the requests. Why is it happening?