I read the documentation and a similar question on this forum about obtaining public token,which says "After obtaining the request_token from the login flow, you should POST it to /session/token to retrieve the access_token" Pls someone tell me how to POST i'm getting confused, if sample code is possible pls share
You have to send a POST request from your server/local machine to /session/token with request_token param and other required params. Please check the documentation here - https://kite.trade/docs/connect/v1/#authentication