☰
Login
Signup
Home
›
API clients
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2020
sujith
March 2020
AniketG
Error while post call on https://api.kite.trade/session/token
AniketG
March 2020
in
API clients
getting below error
{"status":"error","message":"`api_key` should be minimum 6 characters in length.","data":null,"error_type":"InputException"}
on Post call
{
"api_key": "xxx",
"request_token": "xxx",
"checksum": "xxx"
}
Status Code: 400 Bad Request
Tagged:
python
kiteapi
API
AniketG
March 2020
error.JPG
45.5K
sujith
March 2020
You need to make a form request. You seem to be making a json request.
AniketG
March 2020
Thanks this has been resolved, its was failing because i did not tik checkbox while login
This discussion has been closed.