I have a small doubt regarding login flow. Is it possible to use curl to get request token by providing user_name, password, totp as an input to the api end point?. If yes what's the API end point for it and parameter to fill those things?
No, to generate a request token you need to login manually to this end-point: https://kite.zerodha.com/connect/login?v=3&api_key=your_api_key You can check the complete login flow documentation here.
https://kite.zerodha.com/connect/login?v=3&api_key=your_api_key
You can check the complete login flow documentation here.