now able to successfully login to https://developers.kite.trade/ but with curl/postman getting this error even after clearing all sessions multiple time
now i have added connect api subscription along with add on subscription, pls help me to get request_token. Unable to get same as per steps mentioned in attached image/documentation (https://kite.trade/docs/connect/v3/user/)
You can check out the login flow documentation here. You may also check out this thread to know more about the request token and access token handling.
it is very useful thanks, i am able to use kiteconnect library with single access_token without error. may i know how to use access token to make our own api calls instead of using kiteconnect library functions ? actually while using access toke in postman i am getting invalid api_key or access_token error
or may be we can get json response using library function instead ?
https://kite.zerodha.com/connect/login?v=3&api_key=xxx
https://developers.kite.trade/arunk?request_token=TqU8Ayn1wNnAiGeBU3JfuM0gRBvP7muJ&action=login&type=login&status=success
Not Found
The requested URL /arunk was not found on this server.
curl "https://api.kite.trade/instruments/historical/5633/minute?from=2017-12-15+09:15:00&to=2017-12-15+09:20:00" -H "X-Kite-Version: 3" -H "Authorization: token api_key:xxxxxxxx"
{"status":"error","message":"Incorrect `api_key` or `access_token`.","data":null,"error_type":"TokenException"}
You may also check out this thread to know more about the request token and access token handling.
or may be we can get json response using library function instead ?