This is an endpoint to generate the session. Kite Connect doesn't provide a dedicated endpoint to check if a session is active. You can make any API call, if you get 403 then it means your session is invalid.
But when I put redirect url as http://127.0.0.1:5000/login again the same error is coming. Same code was working nicely 24 hours back. But now I am getting this error {"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}
{
"status": "error",
"message": "Route not found",
"data": null,
"error_type": "GeneralException"
}
I am getting the above mentioned error after typing https://api.kite.trade/connect/login?api_key=eytdw7zlvmwywhix&v=3 in the browser address. I have set my redirect url as https://kite.trade . Please help.
{"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}