☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.4K
All Categories
0
Incidents
167
Node JS client
46
Go client
812
.Net API client
391
Kite Publisher
539
.Net / VBA / Excel (3rd party)
473
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
355
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
General
In this Discussion
June 13
Nivas
Kite API login is not sucess with my Corp Account
Veera_Gaddam
June 13
in
Python client
Hi Team,
Today I subscribed the Kite API for my new Zerodha Client ID .
I am trying to login via API key and TOTP, But it's not sucess the login.
Error logs:
it's not returing any request token in the following response. (I have another Zerodha account, that's working perfectly .. )
error response :
ParseResult(scheme='https', netloc='kite.zerodha.com', path='/connect/login', params='', query='sess_id=5OxmOEuVmV7I6FJH56j8QJN6Um7b7Ez4&api_key=', fragment='')
Please help me out
Tagged:
python client request_token login connect
Login to get request token
Nivas
June 13
You'll need to manually fetch the request token using the OAuth flow. It looks like you're using an external library to parse the request token, but we don't recommend automating the login process.
Sign In
or
Register
to comment.