Invalid api key error when i try to generate request token

niranjan_bandi

from kiteconnect import KiteConnect
kite = KiteConnect(api_key='7u31352****opdv8')
url= kite.login_url()
print(url)
https://kite.zerodha.com/connect/login?api_key=7u31352****opdv8&v=3

above code is throwing below error:
{
"status": "error",
"message": "Invalid api_key.",
"data": null,
"error_type": "InputException"
}
Sign In or Register to comment.